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