Skip to main content
All docs
V25.2
  • TreeListCustomizeContextMenuEventArgs Class

    Contains data for the CustomizeContextMenu event.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public class TreeListCustomizeContextMenuEventArgs

    Remarks

    The CustomizeContextMenu event allows you to customize TreeList context menus. The TreeListCustomizeContextMenuEventArgs object contains data related to the event.

    Refer to the event description for more information and an example.

    Inheritance

    Object
    TreeListCustomizeContextMenuEventArgs
    See Also