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

DateNavigator.SetViewModeCommand Property

Sets the view mode.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public ICommand SetViewModeCommand { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand.

Remarks

To learn more about using commands, refer to MSDN.

See Also