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

Indicates whether the PreferredRowHeight property should be persisted.

[Visual Basic]
Public Function ShouldPersistPreferredRowHeight() As Boolean
[C#]
public bool ShouldPersistPreferredRowHeight();
[C++]
public: bool ShouldPersistPreferredRowHeight();
[JScript]
public function ShouldPersistPreferredRowHeight() : 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