Skip to main content

UserInterfaceObjectCollection<T>.GetById(Object) Method

Obtains a user interface object specified by its identifier.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public T GetById(
    object id
)

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