Skip to main content

PageGroup(IPageGroupProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PageGroup(
    IPageGroupProperties defaultProperties
)

Parameters

Name Type Description
defaultProperties IPageGroupProperties

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

See Also