Skip to main content

PopupContainerEdit.Properties Property

Gets settings specific to the current RepositoryItemPopupContainerEdit object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RepositoryItemPopupContainerEdit

An object containing settings specific to the current editor.

Remarks

See RepositoryItemPopupContainerEdit to learn more.

See Also