SchedulerOptionsView.ResourceCategories Property
In This Article
Provides access to options that specify resource categories.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public ResourceCategoryOptions ResourceCategories { get; }
#Property Value
Type | Description |
---|---|
Resource |
An object that contains resource category options. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Resource |
---|---|
Scheduler |
|
See Also