Class CellFlyoutActionContext
Inheritance
System.Object
CellFlyoutActionContext
Namespace: Telerik.UI.Xaml.Controls.Grid.Commands
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CellFlyoutActionContext : Object
Constructors
CellFlyoutActionContext(DataGridCellInfo, Boolean, CellFlyoutGesture)
Declaration
public CellFlyoutActionContext(DataGridCellInfo cellInfo, bool isOpen, CellFlyoutGesture gesture)
Parameters
|
DataGridCellInfo
cellInfo
|
|
System.Boolean
isOpen
|
|
CellFlyoutGesture
gesture
|
Properties
CellInfo
FlyoutTemplate
Declaration
public DataTemplate FlyoutTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Gesture
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
|
System.Boolean
|