Skip to main content

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.v14.2.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_AutoWidth

See Also