Back to Devexpress

TreeListColumn.StyleName Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-ed1ad061.md

latest1.5 KB
Original Source

TreeListColumn.StyleName Property

Gets or sets the name of the style for the current column.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string StyleName { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property StyleName As String

Property Value

TypeDescription
String

A string representing the name of the style set for the current column.

|

Remarks

This member is obsolete. Use the TreeListColumn.AppearanceCell property instead.

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace