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

ShouldSerializeBackColor() private method

Specifies whether the BackColor property should be serialized at design time
private ShouldSerializeBackColor ( ) : bool
return bool
        private bool ShouldSerializeBackColor()
        {
            return (this.cellStyle != null && this.cellStyle.BackColor != Color.Empty);
        }