Skip to main content
A newer version of this page is available. .

UserInterfaceObjectCollection<T>.GetById(Object) Method

Obtains a user interface object specified by its identifier.

Namespace: DevExpress.XtraScheduler

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

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