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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridListColumn
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 |
|
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 |