Skip to main content

TcxPCButton.HeaderImageIndex Property

Specifies the button image displayed within the navigator bar.

Declaration

property HeaderImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

Use this property to select an image from a tabbed control’s Properties.CustomButtons.HeaderImages list for display in the navigator bar. -1 assigned to the HeaderImageIndex property indicates that the custom button shows no image in the navigator bar. To specify the button image displayed within a tab, use the TabImageIndex property.

The default value of the HeaderImageIndex property is -1.

See Also