NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.ShouldPersistSelectionForeColor

Indicates whether the SelectionForeColor property should be persisted.

[Visual Basic]
Overridable Public Function ShouldPersistSelectionForeColor() As _
   Boolean
[C#]
public virtual bool ShouldPersistSelectionForeColor();
[C++]
public: virtual bool ShouldPersistSelectionForeColor();
[JScript]
public function ShouldPersistSelectionForeColor() : Boolean;

Return Value

true if the property value has been changed from its default; otherwise, false.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace