Back to Devexpress

TableViewCommands.ShowBottom10ItemsFormatConditionDialog Property

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

latest1.4 KB
Original Source

TableViewCommands.ShowBottom10ItemsFormatConditionDialog Property

Invokes the ‘Bottom 10 Items’ format condition dialog.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace