Skip to main content
All docs
V18.2

SchedulerColorSchemaCollection.Add(Object) Method

Adds an object to the collection. Overrides the method of the base generic collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Browsable(false)]
public override int Add(
    object value
)

Parameters

Name Type Description
value Object

An object to add.

Returns

Type Description
Int32

An integer that is the index of the newly added item in the collection.

Remarks

The Add method adds the SchedulerColorSchema instance to the collection if the collection does not contains this item.

See Also