Skip to main content
A newer version of this page is available. .

ISlideGroupProperties.ItemLength Property

Gets or sets the length of every individual Document for all SlideGroups within the view.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int ItemLength { get; set; }

Property Value

Type Description
Int32

An Int32 value that specifies the length of every individual Document for all SlideGroups within the view.

Remarks

SlideGroup‘s child Documents are displayed side-by-side in a single column or row (depending on the Orientation property value). The ItemLength property specifies the global Document length common to all SlideGroups within a view. Use the ISlideGroupDefaultProperties.ItemLength property to set Documents’ length for individual SlideGroups, instead.

The ItemLength property is accessed via the WindowsUIView.SlideGroupProperties object.

See Also