Class EcfListViewPreferences

Object for passing as a contextKey for grid header extender

Inheritance
System.Object
EcfListViewPreferences
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class EcfListViewPreferences

Constructors

EcfListViewPreferences()

Declaration
public EcfListViewPreferences()

EcfListViewPreferences(String, String)

Declaration
public EcfListViewPreferences(string appId, string viewId)
Parameters
Type Name Description
System.String appId
System.String viewId

Properties

AppId

Declaration
public string AppId { get; set; }
Property Value
Type Description
System.String

ColumnProperties

Keys - string (column index), values - string (width)

Declaration
public IDictionary ColumnProperties { get; set; }
Property Value
Type Description
System.Collections.IDictionary

PageSize

Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32

SortExpression

Declaration
public string SortExpression { get; set; }
Property Value
Type Description
System.String

ViewId

Declaration
public string ViewId { get; set; }
Property Value
Type Description
System.String