DataGridTableStyle.ShouldSerializePreferredRowHeight Method

Definition

Indicates whether the PreferredRowHeight property should be persisted.

protected:
 bool ShouldSerializePreferredRowHeight();
protected bool ShouldSerializePreferredRowHeight ();
member this.ShouldSerializePreferredRowHeight : unit -> bool
Protected Function ShouldSerializePreferredRowHeight () As Boolean

Returns

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

Remarks

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

Applies to

See also