Skip to main content
A newer version of this page is available. .

ASPxClientScheduler.GetSelectedResource Method

Client-side function that returns the ResourceId of selected time cell’s resource.

Declaration

GetSelectedResource(): string

Returns

Type Description
string

A string, representing the ID of the resource.

Remarks

When the ASPxScheduler.GroupType is ASPxSchedulerGroupType.None (default), this function returns null. Only when appointments are grouped will any time cell belong to a specific resource, and the GetSelectedResource function return a value.

See Also