Skip to main content

UserInterfaceObjectCollection<T>.Add(T) Method

Adds an instance of the UserInterfaceObject descendant to the collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override int Add(
    T value
)

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