Skip to main content

PopupBaseAutoSearchEdit.Properties Property

Contains settings specific to the current editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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