alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridListColumn

    The grid column with appearance and mapping information for the cells in the column to items in the grid nodes.

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

    Constructors

    GridListColumn()

    Declaration
    public GridListColumn()

    Properties

    CellStyle

    Gets or sets the default style for cells.

    Declaration
    public GridStyleInfo CellStyle { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    The cell style.

    Columns

    Gets the columns collection this column belongs to.

    Declaration
    public GridListColumns Columns { get; }
    Property Value
    Type Description
    GridListColumns

    The columns.

    Empty

    Declaration
    public static GridListColumn Empty { get; }
    Property Value
    Type
    GridListColumn

    HeaderStyle

    Gets or sets the header style.

    Declaration
    public GridStyleInfo HeaderStyle { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    The header style.

    IsHidden

    Gets or sets a value indicating whether this column is hidden.

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

    true if this column is hidden; otherwise, false.

    MappingName

    Gets or sets the mapping name. This should be the name of a property in the underlying data the GridListNodes represent.

    Declaration
    public string MappingName { get; set; }
    Property Value
    Type Description
    System.String

    The mapping name.

    Model

    Gets the grid model.

    Declaration
    public GridListModel Model { get; }
    Property Value
    Type Description
    GridListModel

    The grid model.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Width

    Gets or sets the width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The width.

    Methods

    GetWidth()

    Gets the width.

    Declaration
    public double GetWidth()
    Returns
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved