UserInterfaceObjectCollection<T>.GetById(Object) Method
Obtains a user interface object specified by its identifier.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | An object that is the identifier of the user interface object. |
Returns
Type | Description |
---|---|
T | A user interface object with the specified UserInterfaceObject.Id. |
See Also