XPTable.Models.Cell.ShouldSerializeFont C# (CSharp) Метод

ShouldSerializeFont() приватный Метод

Specifies whether the Font property should be serialized at design time
private ShouldSerializeFont ( ) : bool
Результат bool
        private bool ShouldSerializeFont()
        {
            return (this.cellStyle != null && this.cellStyle.Font != null);
        }