Skip to main content

PopupBaseEdit.Properties Property

Gets settings specific to the popup editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public RepositoryItemPopupBase Properties { get; }

Property Value

Type Description
RepositoryItemPopupBase

The repository item containing settings specific to the popup editor.

Remarks

See RepositoryItemPopupBase to learn more.

See Also