Skip to main content

ISlideGroupDefaultProperties.ActualItemLength Property

Gets the actual length for Documents within the current SlideGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int ActualItemLength { get; }

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