Skip to main content
Tab

ResourcesElement.Type Property

Gets or sets a value specifying the type of resources to be automatically added.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ResourcesType Type { get; set; }

Property Value

Type Description
ResourcesType

One of the ResourcesType enumeration values.

Available values:

Name Description
ThirdParty

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.

DevExtreme

Specifies that a reference to the DevExtreme package should be added. For a complete list of these references, see the 3rd-Party Frameworks Integration API document.

Remarks

Refer to the External Client Libraries topic for more information.

See Also