AddProperty(CriteriaOperator)
|
property
|
Creates a new ViewProperty object and appends it to the XPView.Properties collection.
|
AddProperty(String, CriteriaOperator, Boolean, Boolean, SortDirection)
|
name, property, group, fetch, sorting
|
Creates a new ViewProperty object with the specified settings and appends it to the XPView.Properties collection.
|
AddProperty(String, CriteriaOperator, Boolean)
|
name, property, group
|
Creates a new ViewProperty object with the specified expression and appends it to the XPView.Properties collection.
|
AddProperty(String, CriteriaOperator)
|
name, property
|
Creates a new ViewProperty object with the specified expression and appends it to the XPView.Properties collection.
|
AddProperty(String, String, Boolean, Boolean, SortDirection)
|
name, property, group, fetch, sorting
|
Creates a new ViewProperty object with the specified settings and appends it to the XPView.Properties collection.
|
AddProperty(String, String, Boolean)
|
name, property, group
|
Creates a new ViewProperty object with the specified expression and appends it to the XPView.Properties collection.
|
AddProperty(String, String)
|
name, property
|
Creates a new ViewProperty object with the specified expression and appends it to the XPView.Properties collection.
|
AddProperty(String)
|
property
|
Creates a new ViewProperty object with the specified name and appends it to the XPView.Properties collection.
|