XPObjectSpace.CreateServerModeView(Type, ServerViewProperty[], CriteriaOperator) Method
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
public object CreateServerModeView(
Type objectType,
ServerViewProperty[] properties,
CriteriaOperator criteria
)
Parameters
| Name | Type |
|---|---|
| objectType | Type |
| properties | ServerViewProperty[] |
| criteria | CriteriaOperator |
Returns
| Type |
|---|
| Object |
See Also