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

ShouldSerializeForeColor() private method

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