dbicExplorerBar Send comments on this topic.
XMLWrite Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : XMLWrite Property

Writes the control information to an XML file that can be read with ReadXMLFile Method or XMLRead Property.

Syntax

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

Property Value

string

Remarks

This property is available at design time only. To write an XML file in code, use the WriteXMLFile Method.

The XML files will only store string or numeric property settings. The XML file will not store image or object information.

This property will allow the developer to write an XML file from within the design environment. Enter the first part of the file name to describe the XML in the property editor (at least 4 characters) and press enter to access a file dialog through which the file can be placed and saved.

Requirements

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

See Also