ISlideGroupDefaultProperties.ItemLength Property
Gets or sets the length of every individual Document 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 |
---|---|
Nullable<Int32> | An Int32 value that specifies the length of every individual Document within the current SlideGroup. |
Remarks
The SlideGroup‘s child Documents are displayed side-by-side in a single column or row (depending on the Orientation property value). All Documents have the same length, specified via the ItemLength property. If the ItemLength is not set, Documents attain the length specified via the ISlideGroupProperties.ItemLength property, which sets the global Document length for all SlideGroups within an application.
The ItemLength property is accessed via the SlideGroup.Properties object.