KaxTreeViewLoadContentFile Method |
Populates the control from the specified XML file.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override void LoadContentFile(
string fileName
)
Public Overrides Sub LoadContentFile (
fileName As String
)
public:
virtual void LoadContentFile(
String^ fileName
) override
abstract LoadContentFile :
fileName : string -> unit
override LoadContentFile :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The name of the XML file.
See Also