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

ShouldSerializeGridColor() private method

Specifies whether the Table's GridColor property should be serialized at design time
private ShouldSerializeGridColor ( ) : bool
return bool
        private bool ShouldSerializeGridColor()
        {
            return (this.GridColor != SystemColors.Control);
        }
Table