SlideGroup.OverviewContainerProperties Property
Provides access to properties that customize the current SlideGroup Overview Screen.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IOverviewContainerDefaultProperties OverviewContainerProperties { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IOverviewContainerDefaultProperties | An IOverviewContainerDefaultProperties object that contains settings used to customize a SlideGroup‘s Overview Screen. |
Remarks
SlideGroups contain an Overview Screen accessible via a corresponding Navigation Bars action. It presents all Documents contained within the parent SlideGroup as Tiles:
The OverviewContainerProperties property provides access to individual Overview Screens. Use the WindowsUIView.OverviewContainerProperties properties to specify general settings common to all application Overview Screens instead.