Skip to main content

BaseTile.Name Property

Gets or sets the current Tile‘s name.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String null

A String value that is the current Tile‘s name.

See Also