Skip to main content

TcxPCButton.Position Property

Specifies the custom button’s visibility in tabs and the navigator bar.

Declaration

property Position: TcxPCButtonPosition read; write; default pcbpHeader;

Property Value

Type Default
TcxPCButtonPosition pcbpHeader

Remarks

Use this property in combination with a tabbed control’s Properties.CustomButtons.Mode property and the button’s OnCanShow event to control the button visibility in individual tabs. Refer to the TcxPCButtonPosition type descriptions to learn about available Position options.

The default value of the Position property is pcbpHeader.

See Also