Back to Devexpress

ResourceBrushSchema.DarkCell Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcebrushschema.md

latest2.1 KB
Original Source

ResourceBrushSchema.DarkCell Property

Gets or sets the color schema for the resource’s dark cell. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public CellBrushSchema DarkCell { get; set; }
vb
Public Property DarkCell As CellBrushSchema

Property Value

TypeDescription
CellBrushSchema

A CellBrushSchema value specifying the dark cell’s color schema.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DarkCell property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-scheduler-specify-custom-work-time-intervals/CS/CustomWorkTimeExample/MainWindow.xaml#L23

xml
</dxsch:ResourceBrushSchema.LightCell>
<dxsch:ResourceBrushSchema.DarkCell>
    <dxsch:CellBrushSchema Background="Gray"

See Also

ResourceBrushSchema Class

ResourceBrushSchema Members

DevExpress.Xpf.Scheduling Namespace