Back to Devexpress

TabFormPage.Name Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-558cef9e.md

latest1.1 KB
Original Source

TabFormPage.Name Property

Gets or sets the name of the current component.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public string Name { get; set; }
vb
<Browsable(False)>
Public Property Name As String

Property Value

TypeDescription
String

A String value that specifies the name of the current component.

|

See Also

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace