ASPxAppointmentCustomFieldMappingCollection.Item[String] Property
In This Article
Provides access to individual items in the collection by their names.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ASPxAppointmentCustomFieldMapping this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the custom field to get. |
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
This method searches the collection for the custom field mapping whose name matches the parameter’s value, and returns this custom field mapping. If no such object is found the indexer returns null.
See Also