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

UserInterfaceObjectCollection<T>.Add(T) Method

Adds an instance of the UserInterfaceObject descendant to the collection.

Namespace: DevExpress.XtraScheduler

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

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