Skip to main content
A newer version of this page is available. .

BaseRelativeLengthElement.ActualLength Property

Returns the actual length of this BaseRelativeLengthElement.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

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