Skip to main content

TdxCustomBarEdit.StyleEdit Property

Specifies the style of the current in-place editor.

Declaration

property StyleEdit: TcxStyle index 1 read; write;

Property Value

Type
TcxStyle

Remarks

The StyleEdit property allows the background color, bitmap, font settings and text color for the current in-place editor to be specified. Refer to the description of the TcxStyle class for additional information as to how to change in-place editor styles.

To specify the appearance of its caption, use its Style property.

Once specified for a particular in-place editor, you can apply the StyleEdit property’s value to other items from the Style and StyleEdit properties of these items.

Use the bar manager’s Font property to assign font settings to all bar manager items (including its in-place editors) at the same time.

See Also