Class
CellHoldingContext

Represents an ActionContext class.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class CellHoldingContext

Inheritance: objectCellHoldingContext

Constructors

CellHoldingContext(DataGridCellInfo, HoldingState)

Initializes a new instance of the CellHoldingContext class.

Declaration

cs-api-definition
public CellHoldingContext(DataGridCellInfo cellInfo, HoldingState holdingState)

Parameters

cellInfo

DataGridCellInfo

holdingState

HoldingState

Properties

CellInfo

Gets or sets the DataGridCellInfo instance over which a holding event has occurred.

Declaration

cs-api-definition
public DataGridCellInfo CellInfo { get; set; }

Property Value

DataGridCellInfo

HoldingState

Gets or sets the HoldingState of the event.

Declaration

cs-api-definition
public HoldingState HoldingState { get; set; }

Property Value

HoldingState