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

LayoutGroup.SelectedTabIndex Property

Gets or sets the index of the active child item. This property is supported for groups representing its children as tabs. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public int SelectedTabIndex { get; set; }

Property Value

Type Description
Int32

An integer value that represents the index of the active tab.

Remarks

To get the selected item, use the LayoutGroup.SelectedItem property.

To enable the tabbed interface for a LayoutGroup object, set the LayoutGroup.GroupBorderStyle property to GroupBorderStyle.Tabbed.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SelectedTabIndex property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also