Back to Devexpress

RepositoryItemPopupContainerEdit.AllowUpdatePopupWidth Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupcontaineredit-2d647d27.md

latest1.4 KB
Original Source

RepositoryItemPopupContainerEdit.AllowUpdatePopupWidth Property

Gets whether it is allowed to update popup width.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool AllowUpdatePopupWidth { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property AllowUpdatePopupWidth As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

RepositoryItemPopupContainerEdit Class

RepositoryItemPopupContainerEdit Members

DevExpress.XtraEditors.Repository Namespace