Back to Devexpress

ResourceCategory.SelectedResource Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcecategory-dcfc5f3a.md

latest1.1 KB
Original Source

ResourceCategory.SelectedResource Property

Gets or sets the resource (tab) selected in the category.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public Resource SelectedResource { get; set; }
vb
Public Property SelectedResource As Resource

Property Value

TypeDescription
Resource

An object that specifies the resource (tab) selected in the category.

|

See Also

ResourceCategory Class

ResourceCategory Members

DevExpress.XtraScheduler Namespace