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

AppointmentRecurrenceFormExtension.GetValue(String, Appointment) Method

Returns information about appointment reccurrences.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public static RecurrenceInfo GetValue(
    string name,
    Appointment pattern
)

Parameters

Name Type Description
name String

A string value that is the control name.

pattern Appointment

An Appointment instance specifying the recurrence pattern.

Returns

Type Description
RecurrenceInfo

A RecurrenceInfo object containing information about appointment recurrences.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetValue(String, Appointment) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also