Skip to main content
A newer version of this page is available. .

StyleFormatCondition.Column Property

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

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v22.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[DefaultValue(null)]
public TreeListColumn Column { get; set; }

Property Value

Type Default Description
TreeListColumn null

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