Class CommandServiceBase<T>
Inheritance
System.Object
CommandServiceBase<T>
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class CommandServiceBase<T> : Object where T : class
Type Parameters
T
|
Fields
defaultCommands
Declaration
protected readonly Dictionary<int, ICommand> defaultCommands
Field Value
System.Collections.Generic.Dictionary<System.Int32, System.Windows.Input.ICommand>
|
owner
Declaration
protected readonly T owner
Field Value
T
|
userCommands
Properties
UserCommands
Declaration
public ObservableCollection<ControlCommandBase<T>> UserCommands { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ControlCommandBase<T>>
|