ClassDataGridToggleRowDetailsColumn
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:
public class DataGridToggleRowDetailsColumn : DataGridColumn
Inheritance: objectDataGridColumnDataGridToggleRowDetailsColumn
Inherited Members
Constructors
DataGridToggleRowDetailsColumn()
Initializes a new instance of the DataGridToggleRowDetailsColumn class.
Declaration
public DataGridToggleRowDetailsColumn()
Fields
CellContentStyleProperty
Identifies the CellContentStyle dependency property.
Declaration
public static readonly BindableProperty CellContentStyleProperty
Field Value
BindableProperty
CellContentStyleSelectorProperty
Identifies the CellContentStyleSelector dependency property.
Declaration
public static readonly BindableProperty CellContentStyleSelectorProperty
Field Value
BindableProperty
Properties
CellContentStyle
Gets or sets the Style object that defines the appearance of each cell associated with this column. The Style should target DataGridToggleRowDetailsCellAppearance.
Declaration
public Style CellContentStyle { get; set; }
Property Value
Style
CellContentStyleSelector
Gets or sets the IStyleSelector instance that allows for dynamic appearance on a per cell basis.
Declaration
public IStyleSelector CellContentStyleSelector { get; set; }
Property Value