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
Data
|
Microsoft.
|
Properties
CellInfo
HoldingState
Declaration
public HoldingState HoldingState { get; set; }
Property Value
Microsoft.
|