Skip to main content

BaseRelativeLengthElement.ActualLength Property

Returns the actual length of this BaseRelativeLengthElement.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int ActualLength { get; }

Property Value

Type Description
Int32

An Int32 value that is the actual length of this BaseRelativeLengthElement.

See Also