BarEditItemLink.ActualEditHeight Property
Gets the current BarEditItemLink‘s height.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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