Back to Devexpress

TreeListViewCommands.ShowADateOccurringFormatConditionDialog Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-0452490e.md

latest1.5 KB
Original Source

TreeListViewCommands.ShowADateOccurringFormatConditionDialog Property

Invokes the ‘A Date Occuring’ format condition dialog.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

The ShowADateOccurringFormatConditionDialog command can only be invoked for columns that contain date/time values.

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

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace