Skip to main content

ASPxSchedulerStyles.FormEditors Property

Gets the style settings that define the appearance of the form’s editors.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerEditorStyles FormEditors { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.SchedulerEditorStyles

A DevExpress.Web.ASPxScheduler.SchedulerEditorStyles object that contains the style settings.

See Also