Skip to main content

TabbedGroup(ITabbedGroupProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabbedGroup(
    ITabbedGroupProperties defaultProperties
)

Parameters

Name Type Description
defaultProperties ITabbedGroupProperties

An ITabbedGroupProperties object that stores this TabbedGroup object’s settings.

See Also