Show / Hide Table of Contents

Class ColumnHelperConstants

Inheritance
object
ColumnHelperConstants
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ColumnHelperConstants

Constructors

ColumnHelperConstants()

Declaration
public ColumnHelperConstants()

Fields

DefaultCheckboxWidth

Default width setting for columns of type checkbox

Declaration
public const string DefaultCheckboxWidth = "4c"
Field Value
Type Description
string

DefaultDateTimeWidth

Default width setting for columns of type date

Declaration
public const string DefaultDateTimeWidth = "16c"
Field Value
Type Description
string

DefaultDateWidth

Default width setting for columns of type date

Declaration
public const string DefaultDateWidth = "10c"
Field Value
Type Description
string

DefaultDecimalWidth

Default width setting for columns of type decimal (floating-point)

Declaration
public const string DefaultDecimalWidth = "12c"
Field Value
Type Description
string

DefaultIconWidth

Default width setting for columns of type icon

Declaration
public const string DefaultIconWidth = "3c"
Field Value
Type Description
string

DefaultNumberWidth

Default width setting for columns of type number (integer)

Declaration
public const string DefaultNumberWidth = "8c"
Field Value
Type Description
string

DefaultStringWidth

Default width setting for columns of type string

Declaration
public const string DefaultStringWidth = "10%"
Field Value
Type Description
string

DefaultTimeWidth

Default width setting for columns of type decimal (floating-point)

Declaration
public const string DefaultTimeWidth = "5c"
Field Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top