Enum
DataGridColumnResizeHandleDisplayMode

Defines the available modes that control the User Input and Experience related to the column resize operations within the RadDataGrid component.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum DataGridColumnResizeHandleDisplayMode

Fields

Always

The resize exposed to the user through the column header UI is through thumb at the end of the header visible always.

Declaration

cs-api-definition
Always = 1

Field Value

DataGridColumnResizeHandleDisplayMode

None

The resize exposed to the user through the column header UI is disabled.

Declaration

cs-api-definition
None = 0

Field Value

DataGridColumnResizeHandleDisplayMode

OnColumnHeaderActionFlyoutOpen

The resize exposed to the user through the column header UI is through thumb at the end of the header visible when ColumnHeaderActionMode is Flyout and column flyout is open.

Declaration

cs-api-definition
OnColumnHeaderActionFlyoutOpen = 2

Field Value

DataGridColumnResizeHandleDisplayMode