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

ShouldSerializeUnfocusedSelectionForeColor() private method

Specifies whether the Table's UnfocusedSelectionForeColor property should be serialized at design time
private ShouldSerializeUnfocusedSelectionForeColor ( ) : bool
return bool
        private bool ShouldSerializeUnfocusedSelectionForeColor()
        {
            return (this.unfocusedSelectionForeColor != SystemColors.ControlText);
        }
Table