ISlideGroupDefaultProperties.ActualItemLength Property
Gets the actual length for Documents 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 |
---|---|
Int32 | An Int32 value that is the actual length for Documents within the current SlideGroup. |
Remarks
The ActualItemLength property returns the ISlideGroupProperties.ItemLength property value, or if specified, the ISlideGroupDefaultProperties.ItemLength property value. If none of these properties are specified, the ActualItemLength property returns 0 and the DocumentGroup.GetLengths method returns a zero items array.
See Also