Enum
DataGridFlyoutGroupHeaderTapAction

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.

Declaration

cs-api-definition
ChangeSortOrder = 0

Field Value

DataGridFlyoutGroupHeaderTapAction

RemoveDescriptor

The Tap event is interpreted as a removal of the underlying GroupDescriptorBase object from the GroupDescriptors collection in the owning RadDataGrid instance.

Declaration

cs-api-definition
RemoveDescriptor = 1

Field Value

DataGridFlyoutGroupHeaderTapAction

In this article
DefinitionFieldsChangeSortOrderRemoveDescriptor
Not finding the help you need?
Contact Support