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

TabbedGroup(ITabbedGroupProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TabbedGroup(
    ITabbedGroupProperties defaultProperties
)

Parameters

Name Type Description
defaultProperties ITabbedGroupProperties

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

See Also