Skip to main content
All docs
V18.2

WindowsFormsSettings.GetPopupWidthMode(Boolean, PopupWidthMode) Method

For internal use.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public static PopupWidthMode GetPopupWidthMode(
    bool allowUpdatePopupWidth,
    PopupWidthMode mode
)

Parameters

Name Type
allowUpdatePopupWidth Boolean
mode DevExpress.XtraEditors.PopupWidthMode

Returns

Type
DevExpress.XtraEditors.PopupWidthMode
See Also