FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell Class / OptionsIconTemplate Property

In This Topic
    OptionsIconTemplate Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the icon template of the options drop-down.
    Syntax
    'Declaration
     
    Public Property OptionsIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate OptionsIconTemplate {get; set;}
    See Also