Back to Devexpress

WindowsUIView.OverviewContainerProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-7b467bc2.md

latest3.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IOverviewContainerProperties OverviewContainerProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OverviewContainerProperties As IOverviewContainerProperties

Property Value

TypeDescription
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:

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

Overview(IContentContainer)

Content Containers

Application Hierarchy and Module Navigation

Navigation Bars

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace