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

ResourceExtension.GetColor(Resource) Method

Obtains a color assigned to the specified resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public static Color GetColor(
    this Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource object that is the resource whose color is obtained.

Returns

Type Description
Color

A Color object that is the color assigned to the resource.

See Also