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.ShouldPersistGridLineColor

Indicates whether the ShouldPersistGridLineColor property should be persisted.

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

Return Value

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

Remarks

You typically use this method only if you are either creating a designer for the DataGrid, or creating your own control incorporating the DataGrid.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace | GridLineColor