menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class StylePreference

    Defines the constants that specify whether the selection should be applied above the cell/row style or both selection and cell/row style should be visible.

    Inheritance
    System.Object
    StylePreference
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public sealed class StylePreference : Enum

    Fields

    RowStyleAndSelection

    Specifies that both selection and row style should be visible

    Declaration
    public const StylePreference RowStyleAndSelection
    Field Value
    Type
    StylePreference

    Selection

    Specifies that the selection should be applied above the applied cell/row style

    Declaration
    public const StylePreference Selection
    Field Value
    Type
    StylePreference

    StyleAndSelection

    Specifies that both selection and cell/row style should be visible

    Declaration
    public const StylePreference StyleAndSelection
    Field Value
    Type
    StylePreference
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved