Class ColumnPreference
Namespace: Casewhere.Models.Pages.Widgets.Grid
Assembly: Casewhere.Models.dll
public class ColumnPreference
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<ColumnPreference>(ColumnPreference)
Constructors
ColumnPreference()
public ColumnPreference()
Properties
Index
public int Index { get; set; }
Property Value
MaxWidth
public short MaxWidth { get; set; }
Property Value
MinWidth
public short MinWidth { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Width
public short Width { get; set; }