General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
GanttSettings.ClientSideEvents Property
Gets an object that lists the client-side events specific to the GanttSettings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
public GanttClientSideEvents ClientSideEvents { get; }
Public ReadOnly Property ClientSideEvents As GanttClientSideEvents
Property Value
Type | Description |
---|---|
GanttClientSideEvents | An object which allows assigning handlers to the client-side events available to the GanttSettings. |
Remarks
The ClientSideEvents property provides access to an object of the GanttClientSideEvents type. This object contains properties whose names correspond to the events available to the GanttSettings on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the GanttSettings.
See Also
Feedback