Skip to main content
Bar

BarEditItemLink.ActualEditWidth Property

Gets the current BarEditItemLink‘s width.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double? ActualEditWidth { get; }

Property Value

Type Description
Nullable<Double>

A Double value that is the current BarEditItemLink‘s width.

Remarks

The BarEditItem.EditWidth property specifies the width for an edit item and all its links. This value can be overridden for individual links via the BarEditItemLink.EditWidth property.

See Also