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