Skip to main content
A newer version of this page is available. .

PopupBaseEdit.Properties Property

Gets settings specific to the popup editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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