XPTable.Models.Table.ShouldSerializeSortedColumnBackColor C# (CSharp) Méthode

ShouldSerializeSortedColumnBackColor() private méthode

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