XPTable.Models.Cell.ShouldSerializeFont C# (CSharp) Méthode

ShouldSerializeFont() private méthode

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