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

RepositoryItemPopupContainerEdit.AllowUpdatePopupWidth Property

Gets whether it is allowed to update popup width.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool AllowUpdatePopupWidth { get; }

Property Value

Type Description
Boolean

true, if it is allowed to update popup width; otherwise, false.

See Also