ClassCellFlyoutActionContext
Class
Represents the execution context of a CellFlyoutAction command.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class CellFlyoutActionContext
Inheritance: objectCellFlyoutActionContext
Constructors
CellFlyoutActionContext(DataGridCellInfo, bool, CellFlyoutGesture)
Initializes a new instance of the CellFlyoutActionContext class.
Declaration
cs-api-definition
public CellFlyoutActionContext(DataGridCellInfo cellInfo, bool isOpen, CellFlyoutGesture gesture)
Parameters
cellInfo
isOpen
gesture
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
FlyoutTemplate
Gets or sets the FlyoutTemplate.
Declaration
cs-api-definition
public DataTemplate FlyoutTemplate { get; set; }
Property Value
DataTemplate