XPTable.Models.Table.ShouldSerializeGridColor C# (CSharp) 메소드

ShouldSerializeGridColor() 개인적인 메소드

Specifies whether the Table's GridColor property should be serialized at design time
private ShouldSerializeGridColor ( ) : bool
리턴 bool
        private bool ShouldSerializeGridColor()
        {
            return (this.GridColor != SystemColors.Control);
        }
Table