PopupBaseEdit.Properties Property
In This Article
Gets settings specific to the popup editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Properties")]
public RepositoryItemPopupBase Properties { get; }
#Property Value
Type | Description |
---|---|
Repository |
The repository item containing settings specific to the popup editor. |
#Remarks
See RepositoryItemPopupBase to learn more.
See Also