menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowStyle

    Provides set of properties to be customized in row level.

    Inheritance
    System.Object
    ConditionalStyle
    RowStyle
    Inherited Members
    ConditionalStyle.BackgroundColor
    ConditionalStyle.ForegroundColor
    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

    See Also

    ConditionalStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved