Skip to main content

QueryResourceColorSchemaEventArgs.Resource Property

Gets the resource for which the color schema is queried.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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