'Declaration
Public Property IconsStyle As IconsStyle
public IconsStyle IconsStyle {get; set;}
'Declaration
Public Property IconsStyle As IconsStyle
public IconsStyle IconsStyle {get; set;}
Use IconsStyle.Office365 for displaying Offic365 theme-like icons, 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 C1FlexGridBase.IconsStyle to IconsStyle.Office365, other themes set it to IconsStyle.Default.
FlexGridGroupPanel receives icons style from attached FlexGrid.
C1Theme affects this property.