Enum
DataGridColumnSizeMode

Defines the possible ways a DataGridColumn may be sized within a RadDataGrid instance.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridColumnSizeMode

Fields

Auto

The columns is sized to its desired width. That is the maximum desired width of all associated cells.

Declaration

cs-api-definition
Auto = 1

Field Value

DataGridColumnSizeMode

Fixed

The column has a fixed width as defined by its Width property.

Declaration

cs-api-definition
Fixed = 2

Field Value

DataGridColumnSizeMode

Stretch

The column is stretched to the available width proportionally to its desired width.

Declaration

cs-api-definition
Stretch = 0

Field Value

DataGridColumnSizeMode

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