'Declaration
Public Property IconsStyle As IconsStyle
public IconsStyle IconsStyle {get; set;}
'Declaration
Public Property IconsStyle As IconsStyle
public IconsStyle IconsStyle {get; set;}
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.
FlexGridGroupPanel receives icons style from attached FlexGrid.
C1Theme affects this property.