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

PageGroup(IPageGroupProperties) Constructor

Initializes a new instance of the PageGroup class with custom settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public PageGroup(
    IPageGroupProperties defaultProperties
)

Parameters

Name Type Description
defaultProperties IPageGroupProperties

An IPageGroupProperties object that specifies the newly created PageGroup‘s settings.

See Also