Skip to main content

CustomFieldCollection.Add(CustomField) Method

Adds a custom field to the collection. For internal use. Use indexer instead.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public virtual int Add(
    CustomField field
)

#Parameters

Name Type Description
field CustomField

A CustomField object.

#Returns

Type
Int32

#Remarks

Use the indexer to create a custom field and add it to the collection.

See Also