SlideGroup.Properties Property
Provides access to the current SlideGroup‘s settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| ISlideGroupDefaultProperties | An ISlideGroupDefaultProperties object that contains the current SlideGroup‘s settings. |
Remarks
The Properties property has a higher priority than the WindowsUIView.SlideGroupProperties property, which specifies settings common for all TileContainers within a WindowsUIView.
See Also