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);
        }