XPTable.Models.Table.ShouldSerializeSortedColumnBackColor C# (CSharp) Method

ShouldSerializeSortedColumnBackColor() private method

Specifies whether the Table's SortedColumnBackColor property should be serialized at design time
private ShouldSerializeSortedColumnBackColor ( ) : bool
return bool
        private bool ShouldSerializeSortedColumnBackColor()
        {
            return this.sortedColumnBackColor != Color.WhiteSmoke;
        }
Table