GridView.ShouldSerializeColumnCollection(DependencyObject) Method

Definition

Determines whether to serialize the ColumnCollection attached property.

public:
 static bool ShouldSerializeColumnCollection(System::Windows::DependencyObject ^ obj);
public static bool ShouldSerializeColumnCollection (System.Windows.DependencyObject obj);
static member ShouldSerializeColumnCollection : System.Windows.DependencyObject -> bool
Public Shared Function ShouldSerializeColumnCollection (obj As DependencyObject) As Boolean

Parameters

obj
DependencyObject

The object on which the ColumnCollection is set.

Returns

true if the ColumnCollection must be serialized; otherwise, false.

Applies to