windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-8fb1e241.md
Contains properties for individual SlideGroups within a WindowsUIView.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface ISlideGroupDefaultProperties :
IDocumentGroupDefaultProperties,
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface ISlideGroupDefaultProperties
Inherits IDocumentGroupDefaultProperties,
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return ISlideGroupDefaultProperties 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