PopupCalcEdit.IsPopupAutoWidth Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
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