Back to Devexpress

SchedulerOptionsView.ResourceCategories Property

windowsforms-devexpress-dot-xtrascheduler-dot-scheduleroptionsview-6c3e4831.md

latest1.8 KB
Original Source

SchedulerOptionsView.ResourceCategories Property

Provides access to options that specify resource categories.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public ResourceCategoryOptions ResourceCategories { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property ResourceCategories As ResourceCategoryOptions

Property Value

TypeDescription
ResourceCategoryOptions

An object that contains resource category options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ResourceCategories
SchedulerControl

.OptionsView .ResourceCategories

|

See Also

SchedulerOptionsView Class

SchedulerOptionsView Members

DevExpress.XtraScheduler Namespace