ComponentFactory.Krypton.Toolkit.PaletteSplitContainerRedirect.ShouldSerializeSeparator C# (CSharp) Method

ShouldSerializeSeparator() private method

private ShouldSerializeSeparator ( ) : bool
return bool
        private bool ShouldSerializeSeparator()
        {
            return !_separator.IsDefault;
        }