MoreButtonClickedEventArgs.resource Property
Gets the resource identifier associated with the cell where the button is located.
Declaration
resource: string
Property Value
Type | Description |
---|---|
string | A string, corresponding to ASPxResourceMappingInfo.ResourceId. |
Remarks
When a scheduler is not grouped (ASPxScheduler.GroupType equals ASPxSchedulerGroupType.None), the resource value is undefined.
See Also