Page.ShouldSerializeWindowHeight Method

Definition

Allows derived classes to determine the serialization behavior of the WindowHeight property.

public:
 bool ShouldSerializeWindowHeight();
public bool ShouldSerializeWindowHeight ();
member this.ShouldSerializeWindowHeight : unit -> bool
Public Function ShouldSerializeWindowHeight () As Boolean

Returns

true if the content should be serialized; otherwise, false.

Applies to