ComponentFactory.Krypton.Ribbon.PaletteGalleryRedirect.ShouldSerializeRibbonGalleryBack C# (CSharp) Method

ShouldSerializeRibbonGalleryBack() private method

private ShouldSerializeRibbonGalleryBack ( ) : bool
return bool
        private bool ShouldSerializeRibbonGalleryBack()
        {
            return !_ribbonBack.IsDefault;
        }