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

ShouldSerializeBackColor() private method

Specifies whether the Table's BackColor property should be serialized at design time
private ShouldSerializeBackColor ( ) : bool
return bool
        private bool ShouldSerializeBackColor()
        {
            return (this.BackColor != Color.White);
        }
Table