ViewProperty Constructors
A view column.Name | Parameters | Description |
---|---|---|
ViewProperty() | none | Initializes a new instance of the ViewProperty class with the default settings. |
ViewProperty(String, SortDirection, CriteriaOperator, Boolean, Boolean) | name, sorting, property, group, fetch | Initializes a new instance of the ViewProperty class with the specified settings. |
ViewProperty(String, SortDirection, String, Boolean, Boolean) | name, sorting, property, group, fetch | Initializes a new instance of the ViewProperty class with specified settings. |
See Also