menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CellBorderStyle

    Describes the constants based on which the border lines are drawn for SfDataGrid.

    Inheritance
    System.Object
    CellBorderStyle
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class CellBorderStyle : Enum

    Fields

    Both

    Specifies that both vertical and horizontal borders are visible.

    Declaration
    public const CellBorderStyle Both
    Field Value
    Type
    CellBorderStyle

    Horizontal

    Specifies that only horizontal borders are visible

    Declaration
    public const CellBorderStyle Horizontal
    Field Value
    Type
    CellBorderStyle

    None

    Specifies that no borders are visible.

    Declaration
    public const CellBorderStyle None
    Field Value
    Type
    CellBorderStyle

    Vertical

    Specifies that only vertical borders are visible.

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