←Select platform

ResourcesPath Property

Summary

Gets or sets the virtual path where resources(scripts, icons) are located.

Syntax

C#
VB
C++
public string ResourcesPath { get; set; } 
  
Public Property ResourcesPath As String 
public: 
property String^ ResourcesPath { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string that contains the virtual path.

Remarks

You have to set this property to the path of the client java script files since that is necessary to render the control on the page correctly. If the resources are not in the specified directory, they will not show up and you will receive client java script error.

Example

Refer to Add(string,int32,int32)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly