ASPxClientResource.GetColor Method
In This Article
Gets the resource’s color.
#Declaration
TypeScript
GetColor(): string
#Returns
Type | Description |
---|---|
string | A string value that is the resource’s color name. |
#Remarks
Alternatively, use the ASPxClientResource.color property to get the resource’s color name.
See Also