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.1.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:
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.