Class GridDataControlCommandBase<TBehavior>
Inheritance
System.Object
ControlCommandBase<TBehavior, GridDataControl>
GridDataControlCommandBase<TBehavior>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Controls.Grid.MVVM
Assembly: Syncfusion.Grid.MVVM.Wpf.dll
Syntax
public class GridDataControlCommandBase<TBehavior> : ControlCommandBase<TBehavior, GridDataControl> where TBehavior : CommandBehaviorBase<GridDataControl>, new()
Type Parameters
Name | Description |
---|---|
TBehavior |
Constructors
GridDataControlCommandBase()
Declaration
public GridDataControlCommandBase()