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

ShouldSerializeSelectionForeColor() private method

Specifies whether the Table's SelectionForeColor property should be serialized at design time
private ShouldSerializeSelectionForeColor ( ) : bool
return bool
        private bool ShouldSerializeSelectionForeColor()
        {
            return (this.selectionForeColor != SystemColors.HighlightText);
        }
Table