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

SlideGroup.OverviewContainerProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.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:

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