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

ShouldSerializeFont() private method

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