Class DataGridStyleSelector
Selection of a style based on custom selection logic.
Inheritance
System.Object
DataGridStyleSelector
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridStyleSelector : Object
Constructors
DataGridStyleSelector()
Declaration
public DataGridStyleSelector()
Methods
SelectStyle(Object, BindableObject)
Override this method to return an app specific Microsoft.Maui.Controls.Style.
Declaration
public virtual DataGridStyle SelectStyle(object item, BindableObject container)
Parameters
System.Object
item
The data content. |
Microsoft.Maui.Controls.BindableObject
container
The element to which the style will be applied. |
Returns
DataGridStyle
An app-specific style to apply, or null. |