CustomFieldCollection.Add(CustomField) Method
In This Article
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 | Custom |
A Custom |
#Returns
Type |
---|
Int32 |
#Remarks
Use the indexer to create a custom field and add it to the collection.
See Also