Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPView.AddProperty Method

Name Parameters Description
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.