| EditorCommandsSort Property |
Sort a collection of items
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand Sort { get; }
Public Shared ReadOnly Property Sort As RoutedUICommand
Get
public:
static property RoutedUICommand^ Sort {
RoutedUICommand^ get ();
}
static member Sort : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key binding is Ctrl+Shift+T
See Also