WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBorderElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IBorderElement

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

    Properties

    Bottom

    Declaration
    Line Bottom { get; set; }
    Property Value
    Type Description
    System.Windows.Shapes.Line

    ColumnIndex

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

    IsDirty

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

    Right

    Declaration
    Line Right { get; set; }
    Property Value
    Type Description
    System.Windows.Shapes.Line

    RowIndex

    Declaration
    int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved