Class GridColumn
Namespace: Casewhere.Models.Pages.Widgets.Grid
Assembly: Casewhere.Models.dll
Represents a column in a grid.
public class GridColumn
Inheritance
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
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
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
Header
Gets or sets the header of the column.
public string Header { get; set; }
Property Value
MaxWidth
Gets or sets the maximum width of the column.
public short MaxWidth { get; set; }
Property Value
MinWidth
Gets or sets the minimum width of the column.
public short MinWidth { get; set; }
Property Value
Modes
Gets or sets the modes of the column.
public IList<string> Modes { get; set; }
Property Value
Name
Gets or sets the name of the column.
public string Name { get; set; }
Property Value
Path
Gets or sets the path of the column.
public string Path { get; set; }
Property Value
Pin
Gets or sets the pin of the column.
public string Pin { get; set; }
Property Value
Template
Gets or sets the template of the column. A custom template for rendering the column.
public string Template { get; set; }
Property Value
Visible
public bool? Visible { get; set; }
Property Value
bool?