Back to Devexpress

TreeListFormatRule.ColumnName Property

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-treelistformatrule-2a37a396.md

latest1.8 KB
Original Source

TreeListFormatRule.ColumnName Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

The name of the column that provides values to test against the current formatting rule.

|

See Also

TreeListFormatRule Class

TreeListFormatRule Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace