Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlProperties.OwnerDraw Property

Specifies whether the tab control uses default tab drawing.

#Declaration

Delphi
property OwnerDraw: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Tab controls provide default tab drawing according to the Style property value. Default tab drawing is used only when the OwnerDraw property value is False.

Set the OwnerDraw property to True to provide your own tab drawing. You must write an OnDrawTab and/or OnDrawTabEx event handler for this purpose.

The default value of the OwnerDraw property is False.

See Also