Skip to main content

TcxCustomEditProperties.GetViewInfoClass Method

Determines the ViewInfo type that corresponds to the current TcxCustomEditProperties object.

Declaration

class function GetViewInfoClass: TcxContainerViewInfoClass; virtual;

Returns

Type
TcxContainerViewInfoClass

Remarks

By default, this function returns TcxCustomEditViewInfo. Override this function to return the desired class type when implementing custom editors.

See Also