CustomFieldCollection.Add(CustomField) Method
Adds a custom field to the collection. For internal use. Use indexer instead.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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