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

FABCreateAppointmentActionGroup(FABActionItemCollection) Constructor

Initializes a new instance of the FABCreateAppointmentActionGroup class.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public FABCreateAppointmentActionGroup(
    FABActionItemCollection actions
)

Parameters

Name Type Description
actions FABActionItemCollection

A FABActionItemCollection object that contains action items.

See Also