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