Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnHeaderCell Class / OutlineTapped Property

In This Topic
    OutlineTapped Property (GridColumnHeaderCell)
    In This Topic
    Occurs when any of the outlines is tapped.
    Syntax
    'Declaration
     
    
    Public Property OutlineTapped As EventCallback(Of GridOutlineEventArgs)
    public EventCallback<GridOutlineEventArgs> OutlineTapped {get; set;}
    See Also