Visual Styles Demo

Essential GridListControl offers a wide range of support for the appearance of the Grid. This sample illustrates the application of different skins by using the color scheme GridVisualStyles in the Essential GridListControl. You will be able to switch between themes, while running this sample.

GridVisualStyles screenshot



Features:

The following sample code sets an Office2010Black skin theme to the Essential GridListControl by using ColorStyles.

        gridListControl1.Grid.GridVisualStyles= Syncfusion.Windows.Forms.GridVisualStyles.Office2010Black;

The existing Colorstyles color will be applied only when the EnableLegacyStyle is False, by default the EnableLegacyStyle is True. The following sample code sets the LegacyStyle as false to apply the ColorStyles color scheme.

         gridListControl1.Grid.Model.EnableLegacyStyle = false;