Grid.ShouldSerializeColumnDefinitions Method

Definition

Returns true if ColumnDefinitionCollection associated with this instance of Grid is not empty.

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

Returns

true if ColumnDefinitionCollection associated with this instance of Grid is not empty; otherwise, false.

Applies to

See also