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

CustomFieldCollection.Add(CustomField) Method

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

Namespace: DevExpress.XtraScheduler

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

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