Page.ShouldSerializeWindowWidth Method

Definition

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

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

Returns

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

Applies to