EnumDataGridFlyoutGroupHeaderTapAction
Enum
Defines the possible actions that may occur after the Tap event over a group header control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum DataGridFlyoutGroupHeaderTapAction
Fields
ChangeSortOrder
The Tap event is interpreted as a change in the sort order property of the underlying GroupDescriptorBase object.
RemoveDescriptor
The Tap event is interpreted as a removal of the underlying GroupDescriptorBase object from the GroupDescriptors collection in the owning RadDataGrid instance.