ComponentFactory.Krypton.Toolkit.PaletteListItemTriple.ShouldSerializeItem C# (CSharp) Method

ShouldSerializeItem() private method

private ShouldSerializeItem ( ) : bool
return bool
        private bool ShouldSerializeItem()
        {
            return !_paletteItem.IsDefault;
        }