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

WindowsUIView.SlideGroupProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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