Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public string TimeRegionFilterString { get; set; }

    Property Value

    Type Description
    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