ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeItemStyle C# (CSharp) Method

ShouldSerializeItemStyle() private method

private ShouldSerializeItemStyle ( ) : bool
return bool
        private bool ShouldSerializeItemStyle()
        {
            return (ItemStyle != ButtonStyle.ListItem);
        }
KryptonListBox