Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / DetailProviderRowHeaderCell Class / ExpandedChanged Property

In This Topic
    ExpandedChanged Property
    In This Topic
    Occurs when the user toggles the details.
    Syntax
    'Declaration
     
    
    Public Property ExpandedChanged As EventCallback(Of Boolean)
    public EventCallback<bool> ExpandedChanged {get; set;}
    See Also