windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-4595de0a.md
Contains properties common to all SlideGroups within a WindowsUIView.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface ISlideGroupProperties :
IDocumentGroupProperties,
IContentContainerProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface ISlideGroupProperties
Inherits IDocumentGroupProperties,
IContentContainerProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return ISlideGroupProperties objects:
You can set properties common to all SlideGroups within a View via the WindowsUIView.SlideGroupProperties object. These settings can be overridden for individual SlideGroups via the SlideGroup.Properties object.
See Also