XPTable.Models.Table.ShouldSerializeSelectionBackColor C# (CSharp) Method

ShouldSerializeSelectionBackColor() private method

Specifies whether the Table's SelectionBackColor property should be serialized at design time
private ShouldSerializeSelectionBackColor ( ) : bool
return bool
        private bool ShouldSerializeSelectionBackColor()
        {
            return (this.selectionBackColor != SystemColors.Highlight);
        }
Table