Skip to main content

PopupBaseEdit.Properties Property

Gets settings specific to the popup editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

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