FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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 C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate ColumnOptionsIconTemplate {get; set;}
    See Also