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

WindowsUIView.OverviewContainerProperties Property

Provides access to settings common for all Overview Screens within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IOverviewContainerProperties OverviewContainerProperties { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IOverviewContainerProperties

An IOverviewContainerProperties object that contains settings used for all Overview Screens within the current WindowsUIView.

Remarks

SplitGroup and SlideGroup containers have an Overview Screen, invoked via the corresponding action on Navigation Bars at runtime or the IWindowsUIViewController.Overview method in code. An Overview Screen displays all Documents contained within the target content container as tiles:

Metro Getting Started - SlideGroup Overview

The OverviewContainerProperties property provides access to settings common for all Overview Screens within the current WindowsUIView. Using these settings you can, for instance, change these tiles’ size and appearance settings.

See Also