Skip to main content

SetVisibleResourcesCallbackCommand.Id Property

Provides the unique identifier of the Set visible resources callback command.

Namespace: DevExpress.Web.ASPxScheduler.Commands

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public override string Id { get; }

#Property Value

Type Description
String

A string value representing the callback command’s unique identifier.

See Also