Skip to main content
A newer version of this page is available. .

SlideGroup.OverviewContainerProperties Property

Provides access to properties that customize the current SlideGroup Overview Screen.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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:

DocumentManager - Zoom - Overview

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.

See Also