Back to Devexpress

PopupBaseEdit.IgnorePopupSizeConstraints Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-c1d81798.md

latest1.8 KB
Original Source

PopupBaseEdit.IgnorePopupSizeConstraints Property

Gets or sets whether the size of the popup is regulated by the corresponding properties. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? IgnorePopupSizeConstraints { get; set; }
vb
Public Property IgnorePopupSizeConstraints As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true to ignore the values of the constraint properties; otherwise, false.

|

Remarks

The following properties regulate the size of the popup: PopupBaseEdit.PopupMinHeight, PopupBaseEdit.PopupMinWidth, PopupBaseEdit.PopupMaxHeight, PopupBaseEdit.PopupMaxWidth. Setting the IgnorePopupSizeConstraints to true allows resizing the popup, regardless of the values of these properties.

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace