PopupBaseAutoSearchEdit.Properties Property
Contains settings specific to the current editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
public RepositoryItemPopupBaseAutoSearchEdit Properties { get; }
Property Value
Type | Description |
---|---|
RepositoryItemPopupBaseAutoSearchEdit | A RepositoryItemPopupBaseAutoSearchEdit object that contains the editor’s settings. |
See Also