Skip to main content
A newer version of this page is available. .

MVCxListBoxColumnCellTemplateContainer.ViewContext Property

Provides access to the view context.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ViewContext ViewContext { get; }

Property Value

Type Description
ViewContext

A ViewContext object encapsulating information related to rendering a view.

See Also