XmlDataProvider::ShouldSerializeXPath Method ()
.NET Framework (current version)
Indicates whether the XPath property should be persisted.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Booleantrue if the property value has changed from its default; otherwise, false.
This ShouldSerialize method is provided because the XPath property does not have a simple default value. This method indicates whether the property has changed from its default value. You typically invoke this method if you are either developing a designer for the XmlDataProvider or developing your own control incorporating the XmlDataProvider.
.NET Framework
Available since 3.0
Available since 3.0
Show: