dbicDropDate Send comments on this topic.
XMLWrite Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : XMLWrite Property

Gets or sets an xml file write the data from the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property XMLWrite As String
C# 
public virtual string XMLWrite {get; set;}

Property Value

string

Remarks

This property value is of type String, indicating the file name and path of the xml file to write the data to. 

For additional information, please see Reading and Writing XML Data.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also