Skip to main content
Tab

ASPxSiteMapDataSource.GetView(String) Method

Returns a data list specified by name. For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override DataSourceView GetView(
    string viewName
)

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