Skip to main content

MVCxListBoxColumnCellTemplateContainer.ViewContext Property

Provides access to the view context.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ViewContext ViewContext { get; }

Property Value

Type Description
ViewContext

A ViewContext object encapsulating information related to rendering a view.

See Also