Table of Contents

Class GridColumn

Namespace: Casewhere.Models.Pages.Widgets.Grid
Assembly: Casewhere.Models.dll

Represents a column in a grid.

public class GridColumn

Inheritance

objectGridColumn

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<GridColumn>(GridColumn)

Constructors

GridColumn()

public GridColumn()

Properties

CSharpExportExpression

public string CSharpExportExpression { get; set; }

Property Value

string

DataType

public DataClassPropertyType? DataType { get; set; }

Property Value

DataClassPropertyType?

ExportExpression

Gets or sets the export expression of the column. A custom expression for exporting the column.

public string ExportExpression { get; set; }

Property Value

string

ExportFormat

Gets or sets the export format of the column. A custom format for exporting the column in Excel file

public string ExportFormat { get; set; }

Property Value

string

Header

Gets or sets the header of the column.

public string Header { get; set; }

Property Value

string

MaxWidth

Gets or sets the maximum width of the column.

public short MaxWidth { get; set; }

Property Value

short

MinWidth

Gets or sets the minimum width of the column.

public short MinWidth { get; set; }

Property Value

short

Modes

Gets or sets the modes of the column.

public IList<string> Modes { get; set; }

Property Value

IList<string>

Name

Gets or sets the name of the column.

public string Name { get; set; }

Property Value

string

Path

Gets or sets the path of the column.

public string Path { get; set; }

Property Value

string

Pin

Gets or sets the pin of the column.

public string Pin { get; set; }

Property Value

string

Template

Gets or sets the template of the column. A custom template for rendering the column.

public string Template { get; set; }

Property Value

string

Visible

public bool? Visible { get; set; }

Property Value

bool?