Class ColumnProxy
Contains all column information for serialization
Inheritance
System.Object
ColumnProxy
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: Simplic.UI.GridView.PersistantProvider
Assembly: Simplic.UI.dll
Syntax
public class ColumnProxy
Properties
| Improve this Doc View SourceDisplayOrder
Order-id of the column (DisplayIndex)
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Header
Header text
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsVisible
Holds a value if the column is visible or not
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UniqueName
Intern name of the column
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
With of the column
Declaration
public GridViewLength Width { get; set; }
Property Value
Type | Description |
---|---|
GridViewLength |