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