Back to Devexpress

TreeListBand.Name Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-efd8324d.md

latest1.6 KB
Original Source

TreeListBand.Name Property

Gets or sets the band name.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A value that specifies the band name.

|

Remarks

The TreeListBand objects can be directly accessed in code using their names.

Note that changing the Name property at runtime has no effect.

See Also

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace