Class DataGridToggleRowDetailsColumn
Represents a DataGridColumn that allows showing and hiding the row details for an item.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridToggleRowDetailsColumn : DataGridColumn, IDataDescriptorPeer, IDataGridColumnDefinition, ISupportCellStyle, INotifyPropertyChanged
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
Microsoft.Maui.Controls.BindableProperty
|
CellContentStyleSelectorProperty
Identifies the CellContentStyleSelector dependency property.
Declaration
public static readonly BindableProperty CellContentStyleSelectorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
CellContentStyle
Gets or sets the Microsoft.Maui.Controls.Style object that defines the appearance of each cell associated with this column.
Declaration
public DataGridToggleRowDetailsCellStyle CellContentStyle { get; set; }
Property Value
DataGridToggleRowDetailsCellStyle
|
CellContentStyleSelector
Gets or sets the DataGridStyleSelector instance that allows for dynamic appearance on a per cell basis.
Declaration
public DataGridStyleSelector CellContentStyleSelector { get; set; }
Property Value
DataGridStyleSelector
|