Back to Devexpress

TdxBarItem.Style Property

vcl-dxbar-dot-tdxbaritem-effd91eb.md

latest973 B
Original Source

TdxBarItem.Style Property

Specifies the style applied to the toolbar item.

Declaration

delphi
property Style: TcxStyle index 0 read; write;

Property Value

TypeDescription
TcxStyle

Stores appearance settings of a UI element.

|

Remarks

Use this property to define font settings and text color of the toolbar item. Refer to the TcxStyle class description for information on how to change the appearance of a specific UI element. To apply the same font settings to all toolbar items, you can use the bar manager component’s Font property.

Note

You can assign the Style property value to the StyleEdit property of an in-place editor.

See Also

TdxBarItem Class

TdxBarItem Members

dxBar Unit