TdxOfficeSearchBoxProperties.GetViewInfoClass Method
Returns the reference to the class that contains the search box ViewInfo information.
Declaration
class function GetViewInfoClass: TcxContainerViewInfoClass; override;
Returns
Type |
---|
TcxContainerViewInfoClass |
Remarks
All controls that display the search box as an in-place editor call the GetViewInfoClass
function to obtain a reference to the TdxOfficeSearchBoxViewInfo class. Then, they create the corresponding “ViewInfo” object to paint the in-place search box properly.
See Also