Skip to main content
All docs
V19.1

MVCxGanttColumnCollection(IWebControlObject) Constructor

Initializes a new instance of the object.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public MVCxGanttColumnCollection(
    IWebControlObject owner
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.IWebControlObject

The IWebControlObject interface.

See Also