ComponentFactory.Krypton.Toolkit.KryptonPaletteGrids.PopulateFromBase C# (CSharp) Method

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common ) : void
common KryptonPaletteCommon Reference to common settings.
return void
        public void PopulateFromBase(KryptonPaletteCommon common)
        {
            // Populate only the designated styles
            _gridList.PopulateFromBase(common, GridStyle.List);
            _gridSheet.PopulateFromBase(common, GridStyle.Sheet);
        }