Back to Devexpress

StyleFormatCondition.Column Property

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-styleformatcondition.md

latest1.6 KB
Original Source

StyleFormatCondition.Column Property

Gets or sets the column whose values take part in conditional formatting.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public TreeListColumn Column { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Column As TreeListColumn

Property Value

TypeDefaultDescription
TreeListColumnnull

A TreeListColumn object representing the column whose values are used in conditional formatting. null ( Nothing in Visual Basic) if all columns’ values are involved.

|

See Also

StyleFormatCondition Class

StyleFormatCondition Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace