TcxCustomEditProperties.GetStyleClass Method
Determines the style type that corresponds to the current TcxCustomEditProperties object.
Declaration
class function GetStyleClass: TcxCustomEditStyleClass; virtual;
Returns
Type |
---|
TcxCustomEditStyleClass |
Remarks
By default, this function returns TcxEditStyle. Override this function to return the desired class type when implementing styles for custom editors.
See Also