Represents a DataGridColumn that allows showing and hiding the row details for an item.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridToggleRowDetailsColumn : DataGridColumn
Inheritance: objectDataGridColumnDataGridToggleRowDetailsColumn
Inherited Members
Constructors
Initializes a new instance of the DataGridToggleRowDetailsColumn class.
C#
public DataGridToggleRowDetailsColumn()
Fields
CellContentStyleProperty
BindableProperty
Identifies the CellContentStyle dependency property.
C#
public static readonly BindableProperty CellContentStyleProperty
CellContentStyleSelectorProperty
BindableProperty
Identifies the CellContentStyleSelector dependency property.
C#
public static readonly BindableProperty CellContentStyleSelectorProperty
Properties
CellContentStyle
Style
Gets or sets the Style object that defines the appearance of each cell associated with this column. The Style should target DataGridToggleRowDetailsCellAppearance.
C#
public Style CellContentStyle { get; set; }
Gets or sets the IStyleSelector instance that allows for dynamic appearance on a per cell basis.
C#
public IStyleSelector CellContentStyleSelector { get; set; }