Skip to main content
A newer version of this page is available. .

OverviewContainerDefaultProperties(IOverviewContainerProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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