Back to Devexpress

PopupCalcEdit.IsPopupAutoWidth Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcalcedit-bd2caf51.md

latest1.3 KB
Original Source

PopupCalcEdit.IsPopupAutoWidth Property

Gets or sets whether the popup calculator’s width is automatically calculated. 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 IsPopupAutoWidth { get; set; }
vb
Public Property IsPopupAutoWidth As Boolean

Property Value

TypeDescription
Boolean

true to automatically calculate the popup calculator’s width; false to fits the width of the text box.

|

Remarks

  • The IsPopupAutoWidth property is set to true :

  • The IsPopupAutoWidth property is set to false :

See Also

PopupCalcEdit Class

PopupCalcEdit Members

DevExpress.Xpf.Editors Namespace