menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellGridOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellGridOptions

    Creates a list for the mode of CellGridOptions

    Inheritance
    System.Object
    CellGridOptions
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public sealed class CellGridOptions : Enum

    Fields

    Both

    Visible both vertical and horizontal lines in view.

    Declaration
    public const CellGridOptions Both
    Field Value
    Type
    CellGridOptions

    HorizontalLines

    Visible only horizontal lines in view.

    Declaration
    public const CellGridOptions HorizontalLines
    Field Value
    Type
    CellGridOptions

    None

    No lines will be visible in view.

    Declaration
    public const CellGridOptions None
    Field Value
    Type
    CellGridOptions

    VerticalLines

    Visible only vertical lines in view.

    Declaration
    public const CellGridOptions VerticalLines
    Field Value
    Type
    CellGridOptions

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved