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. |
An IOverview |
#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.