Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ColumnOptionsIconTemplate Property

In This Topic
    ColumnOptionsIconTemplate Property
    In This Topic
    Gets or sets the template used to create the icon displayed in the column header showing there are options.
    Syntax
    'Declaration
     
    
    Public Property ColumnOptionsIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> ColumnOptionsIconTemplate {get; set;}
    See Also