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

TabbedGroup.SelectedTabPageName Property

Gets or sets the name of the tab page currently being selected.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[XtraSerializableProperty]
[Browsable(false)]
public string SelectedTabPageName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the tab page currently being selected.

Remarks

This member supports the Layout Control serialization and cannot be used directly from your code.

See Also