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

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.v19.1.dll

Declaration

public bool IsPopupAutoWidth { get; set; }

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:

    PopupCalcEdit_AutoWidthEnabled

  • The IsPopupAutoWidth property is set to false:

    PopupCalcEdit_AutoWidthDisabled

See Also