Back to Devexpress

TableViewCommands.ClearFormatConditionsFromColumn Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-13303505.md

latest1.5 KB
Original Source

TableViewCommands.ClearFormatConditionsFromColumn Property

Clears format conditions from the specified column.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ClearFormatConditionsFromColumn { get; }
vb
Public ReadOnly Property ClearFormatConditionsFromColumn As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

ClearFormatConditionsFromColumn(ColumnBase)

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace