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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:
- the ISlideGroupDefaultProperties.ItemLength property specifies the specific length common to all Documents within a SlideGroup;
- the ISlideGroupDefaultProperties.ItemLengthRatio property specifies the Documents’ length as a percentage of the available space;
- the DocumentGroup.SetLength method sets the specific length for an individual Document.
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.