Skip to main content
All docs
V25.1
  • TreeListClientSideEvents.CellSelectionChanging Property

    Specifies the name of the JavaScript function or code that handles the client-side ASPxClientTreeList.CellSelectionChanging event.

    Namespace: DevExpress.Web.ASPxTreeList

    Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue("")]
    public string CellSelectionChanging { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The name of a JavaScript function or code.

    See Also