Back to Devexpress

BarEditItemLink.AllowDpiScale Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-4e6d9bc9.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowDpiScale { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowDpiScale As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

Available values:

NameDescriptionReturn 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

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace