Skip to main content

TcxCustomTabControlProperties.Options Property

Specifies a set of options that affect the appearance and behavior of a tab control.

Declaration

property Options: TcxPCOptions read; write; default cxPCDefaultOptions;

Property Value

Type Default
TcxPCOptions cxPCDefaultOptions

Remarks

Refer to the TcxPCOptions class description to learn about available options.

The default value of the Options property is cxPCDefaultOptions.

See Also