menu

UWP

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

    Show / Hide Table of Contents

    Interface IBorderElement

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public interface IBorderElement

    Properties

    Bottom

    Declaration
    Line Bottom { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Shapes.Line

    ColumnIndex

    Declaration
    int ColumnIndex { get; set; }
    Property Value
    Type
    System.Int32

    IsDirty

    Declaration
    bool IsDirty { get; set; }
    Property Value
    Type
    System.Boolean

    Right

    Declaration
    Line Right { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Shapes.Line

    RowIndex

    Declaration
    int RowIndex { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

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