Back to Devexpress

TableViewCommands.AddFormatCondition Property

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

latest1.4 KB
Original Source

TableViewCommands.AddFormatCondition Property

Adds a format condition.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand AddFormatCondition { get; }
vb
Public ReadOnly Property AddFormatCondition 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

AddFormatCondition(FormatConditionBase)

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace