FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / IconsStyle Property

In This Topic
    IconsStyle Property (C1FlexGridClassic)
    In This Topic
    Gets or sets style of icons that are used in the C1.Win.C1FlexGrid.C1FlexGrid.
    Syntax
    'Declaration
     
    
    Public Property IconsStyle As IconsStyle
    public IconsStyle IconsStyle {get; set;}
    Remarks

    Use C1.Win.C1FlexGrid.IconsStyle.Office365 for displaying Offic365 theme-like icons, C1.Win.C1FlexGrid.IconsStyle.Default otherwise.

    C1FlexGrid.Tree and C1FlexGridGroupPanel use the same icons style as C1FlexGrid.

    This property can be customized through c1theme. Set C1FlexGrid\Icons Style node value to set up this property with c1theme applying. Office365 themes set IconsStyle to C1.Win.C1FlexGrid.IconsStyle.Office365, other themes set it to C1.Win.C1FlexGrid.IconsStyle.Default.

    Example
    Use Office365-style icons in FlexGrid.

    FlexGridGroupPanel receives icons style from attached FlexGrid.

    C1Theme affects this property.

    See Also