SearchControl.Properties Property
In This Article
Gets an object which contains properties, methods and events specific to the SearchControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
#Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemSearchControl Properties { get; }
#Property Value
Type | Description |
---|---|
Repository |
A Repository |
#Remarks
See RepositoryItemSearchControl to learn more.
See Also