Skip to main content
A newer version of this page is available. .

RepositoryItemSearchControl Class

Represents a storage for the settings specific to the SearchControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "SearchControl")]
public class RepositoryItemSearchControl :
    RepositoryItemMRUEdit

The following members return RepositoryItemSearchControl objects:

Remarks

The RepositoryItemSearchControl class provides properties, methods and events appropriate to SearchControl objects. The control’s SearchControl.Properties property can be used to access these settings. To learn more on the customization functionality provided, see the SearchControl class.

You do not need to create repository items manually unless you have to create inplace editors for container controls (such as the XtraGrid).

See Also