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

SearchControl.Properties Property

Gets an object which contains properties, methods and events specific to the SearchControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemSearchControl Properties { get; }

Property Value

Type Description
RepositoryItemSearchControl

A RepositoryItemSearchControl object that contains settings for the SearchControl.

Remarks

See RepositoryItemSearchControl to learn more.

See Also