dbicList Send comments on this topic.
XMLRead Property
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : XMLRead Property

Reads the control information from an XML file that has previously been written with the WriteXMLFile Method or XMLWrite Property. This property will allow you to read your XML file from the design environment, enter the first part of the file name you wish to use in the property editor (at least 4 characters) and press enter to access a file dialog.

Syntax

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

Property Value

string

Remarks

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

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

Requirements

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

See Also