Skip to main content

ISlideGroupDefaultProperties.ActualItemLengthRatio Property

Gets the length of the Documents within the current SlideGroup relative to this SlideGroup’s available space.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

double ActualItemLengthRatio { get; }

Property Value

Type Description
Double

A Double value that is the length of the Documents within the current SlideGroup relative to this SlideGroup’s available space.

Remarks

You can modify the lengths of Documents within a SlideGroup in 3 ways:

If the Documents’ lengths were modified, the ActualItemLengthRatio property allows you to get the relation of the current Documents length to the container’s available space.

See Also