EnumDataGridColumnResizeHandleDisplayMode
Enum
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.
None
The resize exposed to the user through the column header UI is disabled.
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