Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttStartCellEditingEventArgs.focusedFieldName Property

Specifies the field name of the focused task.

Declaration

focusedFieldName: string

Property Value

Type Description
string

The field name.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents StartCellEditing="onGanttStartCellEditing" ... />
</dx:ASPxGantt>

Concepts

Online Demo

See Also