Donate Buy Tickets
Get Closer to TBT

Special Events

Every year, Texas Ballet Theater hosts a series of special events that brings our community closer to the art form. Each event is designed to educate, engage and entertain, leaving a lasting impression in every exchange. Step behind the curtain and experience ballet in a whole new way.

Upcoming Events

Past Events

page 1 of 4
// Select the anchor tag containing the SVG with class 'fa-app-store' const appLink = document.querySelector('svg.fa-app-store').parentElement; if (appLink && appLink.tagName.toLowerCase() === 'a') { appLink.href = getAppStoreLink(); }