TreeListView.ClearFormatConditionsFromColumn(ColumnBase) Method
Clears conditional formats for the specified column.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | ColumnBase | A ColumnBase object that is the column for which you remove conditional formats. |
Remarks
The ClearFormatConditionsFromColumn method removes conditional formats for the specified column from the TreeListView.FormatConditions collection.
See the Conditional Formats topic to learn more.
See Also