Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOfficeSearchBoxProperties.GetViewInfoClass Method

Returns the reference to the class that contains the search box ViewInfo information.

#Declaration

Delphi
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