A newer version of this page is available.
Switch to the current version.
ISlideGroupDefaultProperties Interface
Contains properties for individual SlideGroups within a WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
public interface ISlideGroupDefaultProperties :
IDocumentGroupDefaultProperties,
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface ISlideGroupDefaultProperties
Inherits IDocumentGroupDefaultProperties,
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members accept/return ISlideGroupDefaultProperties objects:
Remarks
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
Feedback