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

In This Topic
    OptionsDropDownContent Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the content of the options drop-down.
    Syntax
    'Declaration
     
    
    Public Property OptionsDropDownContent As RenderFragment
    public RenderFragment OptionsDropDownContent {get; set;}
    See Also