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 |