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

SchedulerControl.PaintStyleName Property

Gets or sets the paint scheme used, by its name.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[DefaultValue("Default")]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public string PaintStyleName { get; set; }

Property Value

Type Default Description
String "Default"

A String specifying the name of the paint style used for the scheduler control.

Remarks

Use the PaintStyleName property to specify the paint scheme for the scheduler control. The paint scheme affects the overall appearance of the scheduler. The available paint schemes are illustrated in the following table:

Value Description
“Default” The appearance of the scheduler is specified by the SchedulerControl.LookAndFeel property settings.
“Flat” The scheduler control’s elements are painted flat.
“UltraFlat” The scheduler control’s elements are painted ultra flat.
“Office2003” The scheduler control’s elements are painted using the scheme introduced in MS (r) Office 2003.
“Skin” The scheduler control’s elements are painted using the currently applied skin.

If the string assigned to the PaintStyleName property doesn’t match any of the strings listed above, the “Default” string will be assigned instead.

See Also