ClassFlyoutGroupHeaderTapContext
Class
Encapsulates the data associated with the FlyoutGroupHeaderTap command within a RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class FlyoutGroupHeaderTapContext
Inheritance: objectFlyoutGroupHeaderTapContext
Constructors
FlyoutGroupHeaderTapContext()
Declaration
cs-api-definition
public FlyoutGroupHeaderTapContext()
Properties
Action
Gets the DataGridFlyoutGroupHeaderTapAction value that identifies the meaning of the Tap event.
Declaration
cs-api-definition
public DataGridFlyoutGroupHeaderTapAction Action { get; }
Property Value
Descriptor
Gets the GroupDescriptorBase instance associated with the command.
Declaration
cs-api-definition
public GroupDescriptorBase Descriptor { get; }
Property Value