Back to Devexpress

SearchControl.Client Property

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

latest1.7 KB
Original Source

SearchControl.Client Property

Gets or sets an object through which a search is performed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public ISearchControlClient Client { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
Public Property Client As ISearchControlClient

Property Value

TypeDefaultDescription
DevExpress.Utils.ISearchControlClientnull

An object through which a search is performed.

|

Remarks

The editor’s Client property is equivalent to the RepositoryItemSearchControl.Client property accessible via the SearchControl.Properties object. See the RepositoryItemSearchControl.Client property for details.

See Also

Client

SearchControl Class

SearchControl Members

DevExpress.XtraEditors Namespace