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

TabFormPage.Name Property

Gets or sets the name of the current component.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

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

See Also