Skip to main content

OverviewContainerDefaultProperties(IOverviewContainerProperties) Constructor

Initializes a new instance of the OverviewContainerDefaultProperties class with the specified settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OverviewContainerDefaultProperties(
    IOverviewContainerProperties parentProperties
)

Parameters

Name Type Description
parentProperties DevExpress.XtraBars.Docking2010.Views.WindowsUI.IOverviewContainerProperties

An IOverviewContainerProperties object that stores global overview screen properties. These global settings are applied when OverviewContainerDefaultProperties properties are not manually set.

See Also