Skip to main content
Bar

BarEditItemLink.ActualEditHeight Property

Gets the current BarEditItemLink's height.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public double? ActualEditHeight { get; }

#Property Value

Type Description
Nullable<Double>

A Double value that is the current BarEditItemLink's height.

#Remarks

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

See Also