Back to Devexpress

ResourceBrushSchema.LightCell Property

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

latest2.1 KB
Original Source

ResourceBrushSchema.LightCell Property

Gets or sets the color schema for the resource’s light 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 LightCell { get; set; }
vb
Public Property LightCell As CellBrushSchema

Property Value

TypeDescription
CellBrushSchema

A CellBrushSchema object specifying the color schema for the light cell.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LightCell 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#L18

xml
<dxsch:ResourceBrushSchema>
    <dxsch:ResourceBrushSchema.LightCell>
        <dxsch:CellBrushSchema Background="White"

See Also

ResourceBrushSchema Class

ResourceBrushSchema Members

DevExpress.Xpf.Scheduling Namespace