Skip to main content

ISlideGroupDefaultProperties.HasItemLengthRatio Property

Gets whether any of ItemLengthRatio properties was used to set the Documents’ length within the current SlideGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool HasItemLengthRatio { get; }

Property Value

Type Description
Boolean

true if any of ItemLengthRatio properties was used to set the Documents’ length; otherwise, false.

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:

Use the HasItemLengthRatio property to determine whether the ISlideGroupDefaultProperties.ItemLengthRatio property (or the ISlideGroupProperties.ItemLengthRatio property that affects all SlideGroups within a View) was used to set the Documents’ length.

See Also