Table of Contents

Class ColumnPreference

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

public class ColumnPreference

Inheritance

objectColumnPreference

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<ColumnPreference>(ColumnPreference)

Constructors

ColumnPreference()

public ColumnPreference()

Properties

Index

public int Index { get; set; }

Property Value

int

MaxWidth

public short MaxWidth { get; set; }

Property Value

short

MinWidth

public short MinWidth { get; set; }

Property Value

short

Path

public string Path { get; set; }

Property Value

string

Visible

public bool Visible { get; set; }

Property Value

bool

Width

public short Width { get; set; }

Property Value

short