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

ShouldSerializeHeaderFont() private method

Specifies whether the Table's HeaderFont property should be serialized at design time
private ShouldSerializeHeaderFont ( ) : bool
return bool
        private bool ShouldSerializeHeaderFont()
        {
            return this.HeaderFont != this.Font;
        }
Table