TcxCustomEditStyle.BaseStyle Property
Determines the base style which is used to paint an editor.
Declaration
property BaseStyle: TcxCustomEditStyle read;
Property Value
Type |
---|
TcxCustomEditStyle |
Remarks
When the ParentStyle property is assigned, the BaseStyle property returns its value as the base style used to paint the editor control. Otherwise, the current style is returned.
See Also