Skip to main content

UserInterfaceObject.Id Property

Gets the unique identifier of the user interface object instance.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Browsable(false)]
public virtual object Id { get; }

Property Value

Type Description
Object

A Object that is the unique identifier.

Remarks

The Id property gets its value when a new UserInterfaceObject object is created. Use the UserInterfaceObjectCollection<T>.Add method to specify Id of the newly created user interface object.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Id property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also