Class RowStyle
Provides set of properties to be customized in row level.
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class RowStyle : ConditionalStyle
Constructors
RowStyle(GridColumn)
Initializes a new instance of the RowStyle class.
Declaration
public RowStyle(GridColumn gridColumn)
Parameters
Type | Name | Description |
---|---|---|
GridColumn | gridColumn | current grid column. |
Properties
ConditionalStylingPreference
Gets or sets the style preference which determines whether the selection alone should be visible or both selection and row style should be visible.
Declaration
public StylePreference ConditionalStylingPreference { get; set; }
Property Value
Type |
---|
StylePreference |
Font
Gets or sets the font to be applied to all the cells in the row.
Declaration
public string Font { get; set; }
Property Value
Type |
---|
System.String |
FontAttributes
Gets or sets the font attributes to be applied to all the cells in the row.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FontAttributes |
FontSize
Gets or sets the font size to be applied to all cells in the row.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |