TableView.ClearFormatConditionsFromColumn(ColumnBase) Method
In This Article
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
public void ClearFormatConditionsFromColumn(
ColumnBase column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Column |
A Column |
#Remarks
The ClearFormatConditionsFromColumn method removes conditional formats for the specified column from the TableView.FormatConditions collection.
See the Conditional Formats topic to learn more.
See Also