Skip to main content

QueryResourceColorSchemaEventArgs.Resource Property

Gets the resource for which the color schema is queried.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

Declaration

public Resource Resource { get; }

Property Value

Type Description
Resource

A Resource object.

Remarks

Use the Resource property to access additional information on the resource for which the color schema is specified.

See Also