Skip to main content

SearchControl.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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