TabbedGroup.SelectedTabPageName Property
Gets or sets the name of the tab page currently being selected.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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