CustomField(String, Object) Constructor
Initializes a new instance of the CustomField class with the default settings.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string, that represents a name of the custom field used to identify it or bind to a data source. |
val | Object | A Object that represents the additional information the custom field contains. |
Remarks
This constructor is intended for internal use only. For information on recommended methods for class instance creation, please refer to the CustomField class description.
See Also