TdxBarItem.Style Property
Specifies the style applied to the toolbar item.
Declaration
property Style: TcxStyle index 0 read; write;
Property Value
Type | Description |
---|---|
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