Back to Devexpress

UserInterfaceObjectCollection<T>.GetById(Object) Method

corelibraries-devexpress-dot-xtrascheduler-dot-userinterfaceobjectcollection-1-dot-getbyid-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

UserInterfaceObjectCollection<T>.GetById(Object) Method

Obtains a user interface object specified by its identifier.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public T GetById(
    object id
)
vb
Public Function GetById(
    id As Object
) As T

Parameters

NameTypeDescription
idObject

An object that is the identifier of the user interface object.

|

Returns

TypeDescription
T

A user interface object with the specified UserInterfaceObject.Id.

|

See Also

UserInterfaceObjectCollection<T> Class

UserInterfaceObjectCollection<T> Members

DevExpress.XtraScheduler Namespace