TcxCustomEditProperties.GetContainerClass Method
In This Article
Determines the editor container type for the current TcxCustomEditProperties object.
#Declaration
Delphi
class function GetContainerClass: TcxContainerClass; virtual;
#Returns
Type |
---|
Tcx |
#Remarks
By default, this function returns TcxCustomEdit. Override this function to return the desired class type when implementing custom editors.
See Also