Back to Devexpress

ReminderDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-6e3aa2d2.md

latest2.0 KB
Original Source

ReminderDialogLayoutSettings Class

Provides access to the reminder dialog’s layout settings.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ReminderDialogLayoutSettings :
    DialogLayoutSettings<ReminderDialogViewModel, ReminderDialogLayoutElementCollection>
vb
Public Class ReminderDialogLayoutSettings
    Inherits DialogLayoutSettings(Of ReminderDialogViewModel, ReminderDialogLayoutElementCollection)

The following members return ReminderDialogLayoutSettings objects:

Remarks

These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.ReminderDialog property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<ReminderDialogViewModel, DevExpress.Web.ASPxScheduler.ReminderDialogLayoutElementCollection> ReminderDialogLayoutSettings

See Also

ReminderDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace