Skip to main content
A newer version of this page is available. .

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