Skip to main content

WindowsUIView.SlideGroupProperties Property

Provides access to settings common for all SlideGroups within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ISlideGroupProperties SlideGroupProperties { get; }

Property Value

Type Description
ISlideGroupProperties

An ISlideGroupProperties object that contains settings common for all SlideGroups within the current WindowsUIView.

Remarks

Settings specified via the SlideGroupProperties property can be overridden for an individual SlideGroup. Use the SlideGroup.Properties property for this purpose.

See Also