A newer version of this page is available.
Switch to the current version.
StyleFormatCondition.Column Property
Gets or sets the column whose values take part in conditional formatting.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[DefaultValue(null)]
public TreeListColumn Column { get; set; }
<DefaultValue(Nothing)>
Public Property Column As TreeListColumn
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
Feedback