Back to Devexpress

TableViewCommands.ShowAboveAverageFormatConditionDialog Property

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

latest1.5 KB
Original Source

TableViewCommands.ShowAboveAverageFormatConditionDialog Property

Invokes the ‘Above Average’ format condition dialog.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

The ShowAboveAverageFormatConditionDialog command can only be invoked for columns that contain numeric values.

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

See Also

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace