Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

int? ItemLength { get; set; }

#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.

See Also