TabbedGroup.SelectedTabPageName Property
Gets or sets the name of the tab page currently being selected.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[XtraSerializableProperty]
[Browsable(false)]
public string SelectedTabPageName { get; set; }
<XtraSerializableProperty>
<Browsable(False)>
Public Property SelectedTabPageName As String
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
Feedback