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