Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    StylePreference

    Selection

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

    Declaration
    public const StylePreference Selection
    Field Value
    Type Description
    StylePreference

    StyleAndSelection

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

    Declaration
    public const StylePreference StyleAndSelection
    Field Value
    Type Description
    StylePreference

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved