ASPxSiteMapDataSource.GetView(String) Method
Returns a data list specified by name. For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewName | String | A string value that specifies the required data list’s name. |
Returns
Type | Description |
---|---|
DataSourceView | A DataSourceView object representing the required list of data. |
See Also