Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public int Add(
ASPxAppointmentCustomFieldMapping mapping
)
|
VB |
Public Function Add(
ByVal mapping As ASPxAppointmentCustomFieldMapping
) As Integer
|
Return value
Type: Int32
An integer value indicating the position at which the new element was inserted.

Remarks

See Also