GridView.ShouldSerializeColumnCollection(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.