Back to Devexpress

SchedulerControl.TimeRegionFilterString Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-2a45af9d.md

latest1.8 KB
Original Source

SchedulerControl.TimeRegionFilterString Property

Gets or sets the scheduler’s filter expression for time regions. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public string TimeRegionFilterString { get; set; }
vb
Public Property TimeRegionFilterString As String

Property Value

TypeDescription
String

A string value that specifies the filter criteria.

|

Remarks

Use the FilterTimeRegion event to override the filter expression. The event’s Visible property returns false for time regions filtered by the TimeRegionFilterString or TimeRegionFilterCriteria property.

Refer to the Filter Appointments and Time Regions topic for more information.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace