Back to Devexpress

FABCreateAppointmentActionGroup Class

aspnet-devexpress-dot-web-dot-aspxscheduler-b2a0bb76.md

latest2.9 KB
Original Source

FABCreateAppointmentActionGroup Class

Represents the floating action button’s action group that contains action items related to appointment creation.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class FABCreateAppointmentActionGroup :
    FABActionGroup
vb
Public Class FABCreateAppointmentActionGroup
    Inherits FABActionGroup

Remarks

aspx
<dx:ASPxScheduler ID="DemoScheduler" runat="server" ClientInstanceName="DemoScheduler" AppointmentDataSourceID="AppointmentDataSource" ResourceDataSourceID="efResourceDataSource">
...
    <FloatingActionButton>    
        <Items>
            <dx:FABCreateAppointmentActionGroup></dx:FABCreateAppointmentActionGroup>
            <dx:FABEditAppointmentActionGroup></dx:FABEditAppointmentActionGroup>
            <dx:FABActionGroup ContextName="Scale">
                <ExpandImage Url="../Content/FAB/TimeRulerContext.svg" Width="24px" Height="24px"></ExpandImage>
                <Items>
                    ...
                    <dx:FABActionItem ActionName="Scale1Hour">
                        <Image Url="../Content/FAB/1h.svg" Width="32px" Height="32px"></Image>
                    </dx:FABActionItem>
                </Items>
            </dx:FABActionGroup>
        </Items>
    </FloatingActionButton>
...
</dx:ASPxScheduler>

Note

Refer to the Floating Action Button topic for more information.

Online Demo

Floating Action Button

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem FABCollectionItemBase FABActionBase FABActionGroup FABCreateAppointmentActionGroup

See Also

FABCreateAppointmentActionGroup Members

DevExpress.Web.ASPxScheduler Namespace