Skip to main content

ISlideGroupProperties.ItemLengthRatio Property

Gets or sets the length of a Document within a SlideGroup relative to this SlideGroup’s visible part. This setting affect all SlideGroups within a View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

double ItemLengthRatio { get; set; }

Property Value

Type Description
Double

A Double value that specifies the length of a Document within a SlideGroup relative to this SlideGroup’s visible part.

Remarks

Documents within a SlideGroup are arranged in a single column or row and automatically gain a certain length. You can manually change this length via the following properties and methods:

You can also use the ItemLengthRatio property to specify the relative length common to all SlideGroups within a View.

See Also