Class CellHoldingContext
Inheritance
System.Object
CellHoldingContext
Namespace: Telerik.UI.Xaml.Controls.Grid.Commands
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CellHoldingContext : Object
Constructors
CellHoldingContext(DataGridCellInfo, HoldingState)
Declaration
public CellHoldingContext(DataGridCellInfo cellInfo, HoldingState holdingState)
Parameters
|
DataGridCellInfo
cellInfo
|
|
Microsoft.UI.Input.HoldingState
holdingState
|
Properties
CellInfo
HoldingState
Declaration
public HoldingState HoldingState { get; set; }
Property Value
|
Microsoft.UI.Input.HoldingState
|