Search
ItemEditContext.BackgroundColor Property
See Also
 






Gets or sets the background color of the editor.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color BackgroundColor { get; set; }

Visual Basic  Copy Code

Public Property BackgroundColor As Color

 Property Value

A Color object.

 See Also