WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NestedGridAppearance - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NestedGridAppearance

    Inheritance
    System.Object
    Appearence
    NestedGridAppearance
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class NestedGridAppearance : Appearence

    Constructors

    NestedGridAppearance()

    Declaration
    public NestedGridAppearance()

    Fields

    FirstHeaderColumnBorderProperty

    Declaration
    public static readonly DependencyProperty FirstHeaderColumnBorderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LastHeaderColumnBorderProperty

    Declaration
    public static readonly DependencyProperty LastHeaderColumnBorderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NestedHeaderCellBorderProperty

    Declaration
    public static readonly DependencyProperty NestedHeaderCellBorderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TopLeftCellHeaderCellBorderProperty

    Declaration
    public static readonly DependencyProperty TopLeftCellHeaderCellBorderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    FirstHeaderColumnBorder

    Gets or Sets the Cell borders information for the left value cells (i.e. top left column) of the Nested grid.

    Declaration
    public CellBordersInfo FirstHeaderColumnBorder { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    The first header column border.

    LastHeaderColumnBorder

    Gets or Sets the Cell borders information for the value cells not but the first left column value cells of the Nested grid.

    Declaration
    public CellBordersInfo LastHeaderColumnBorder { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    The last header column border.

    NestedHeaderCellBorder

    Gets or Sets the Cell borders information for the header cells not but the top left header cell of the Nested grid.

    Declaration
    public CellBordersInfo NestedHeaderCellBorder { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    The nested header cell border.

    TopLeftCellHeaderCellBorder

    Gets or Sets the Cell borders information for the top left header cell of the Nested grid.

    Declaration
    public CellBordersInfo TopLeftCellHeaderCellBorder { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    The top left cell header cell border.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved