UserInterfaceObjectCollection<T>.Add(T) Method
Adds an instance of the UserInterfaceObject descendant to the collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | T | A UserInterfaceObject descendant instance to add. |
Returns
Type | Description |
---|---|
Int32 | An integer that is the index of an added object in the collection. |
See Also