Skip to main content
All docs
V25.1
  • Bar

    BarEditItemLink.AllowDpiScale Property

    Gets or sets whether this item should update its size depending on the current DPI setting (system scale factor).

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    public DefaultBoolean AllowDpiScale { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    Specifies whether this editor item should retain its original size regardless of the current screen DPI.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also