ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupItem.ShouldSerializeTag C# (CSharp) Method

ShouldSerializeTag() private method

private ShouldSerializeTag ( ) : bool
return bool
        private bool ShouldSerializeTag()
        {
            return (Tag != null);
        }