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

TreeListViewCommands.ClearFormatConditionsFromAllColumns Property

Clears format conditions from all columns.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public ICommand ClearFormatConditionsFromAllColumns { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand.

Remarks

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

See Also