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

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

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