XPView.AddProperty(String) Method
In This Article
Creates a new ViewProperty object with the specified name and appends it to the XPView.Properties collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ViewProperty AddProperty(
string property
)
#Parameters
Name | Type | Description |
---|---|---|
property | String | A String value which specifies the property name. This value is assigned to the View |
#Returns
Type | Description |
---|---|
View |
The View |
See Also