Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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