Back to Devexpress

SearchControl.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-searchcontrol-b01522f2.md

latest1.7 KB
Original Source

SearchControl.Properties Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemSearchControl Properties { get; }
vb
<DXCategory("Properties")>
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As RepositoryItemSearchControl

Property Value

TypeDescription
RepositoryItemSearchControl

A RepositoryItemSearchControl object that contains settings for the SearchControl.

|

Remarks

See RepositoryItemSearchControl to learn more.

See Also

RepositoryItemSearchControl

SearchControl Class

SearchControl Members

DevExpress.XtraEditors Namespace