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

FABEditAppointmentActionGroup(FABActionItemCollection, String) Constructor

Initializes a new instance of the FABEditAppointmentActionGroup class.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public FABEditAppointmentActionGroup(
    FABActionItemCollection actions,
    string text
)

Parameters

Name Type Description
actions FABActionItemCollection

A FABActionItemCollection object that contains action items.

text String

A string object that represents the action group’s context name.

See Also