ResourcesElement.Type Property
In This Article
Gets or sets a value specifying the type of resources to be automatically added.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ResourcesType Type { get; set; }
#Property Value
Type | Description |
---|---|
Resources |
One of the Resources |
Available values:
Name | Description |
---|---|
Third |
Specifies that references to external libraries required by a specific control should be added. For a complete list of these references, see External Client Libraries. |
Dev |
Specifies that a reference to the Dev |
#Remarks
Refer to the External Client Libraries topic for more information.
See Also