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

ShouldSerializeBackColor() private méthode

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