A newer version of this page is available.
Switch to the current version.
UserInterfaceObject.Id Property
Gets the unique identifier of the user interface object instance.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[Browsable(false)]
public virtual object Id { get; }
<Browsable(False)>
Public Overridable ReadOnly Property Id As Object
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.
Implements
DevExpress.XtraScheduler.Native.IUserInterfaceObject.Id
See Also
Feedback