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

ShouldSerializeUnfocusedSelectionBackColor() private method

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