Skip to main content

ASPxSchedulerStyles.FormButton Property

Gets the style settings that define the appearance of a corresponding scheduler’s element.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ButtonControlStyle FormButton { get; }

Property Value

Type Description
ButtonControlStyle

A ButtonControlStyle object that contains the style settings.

See Also