Class ColumnDefinitions
Inheritance
System.Object
ColumnDefinitions
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ColumnDefinitions : object
Properties
Columns
Declaration
public List<Column> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Column> |
Order
Declaration
public SortDirection Order { get; set; }
Property Value
| Type | Description |
|---|---|
| SortDirection |
OrderByPropertyName
Declaration
public string OrderByPropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |