MainWeb.EnableDoubleClickEvent

MainWeb.EnableDoubleClickEvent property

Gets or sets whether to enable customer side double-click event.

public bool EnableDoubleClickEvent { get; set; }

Remarks

When sets to true, the control will receive customer side double-click events and you may handle these events on the server side. Otherwise the control will ignore any double-click events.

See Also