'DeclarationPublic Overridable Property IsMainColumn As Boolean
'UsageDim instance As ColumnBase Dim value As Boolean instance.IsMainColumn = value value = instance.IsMainColumn
public virtual bool IsMainColumn {get; set;}
'DeclarationPublic Overridable Property IsMainColumn As Boolean
'UsageDim instance As ColumnBase Dim value As Boolean instance.IsMainColumn = value value = instance.IsMainColumn
public virtual bool IsMainColumn {get; set;}
By default, when a grid is in a card-view layout, the data displayed in a card's title is determined by a grid's main (primary) column. The content of the cell whose field name matches the field name of the main column will be displayed in the corresponding card's title. If left unmodified, the main column will be the first column that is added to a grid's Columns collection; however, the main column can be changed by setting a column's IsMainColumn property to true.
The CellContentTemplate of the main column is also used to display the default content of the scrolltip.
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.