Back to Devexpress

FilterAppointmentEventArgs.Visible Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-filterappointmenteventargs-0fbf341a.md

latest1.8 KB
Original Source

FilterAppointmentEventArgs.Visible Property

Specifies whether to display the appointment for which the event is raised.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true, to display the appointment; otherwise, false.

|

Remarks

The Appointment property returns the appointment for which the event is raised. Set the Visible property to false to hide this appointment.

If the appointment is hidden by the SchedulerControl.AppointmentFilterCriteria or SchedulerControl.AppointmentFilterString property, the Visible property returns false. Set the Visible property to true to override the filter criteria/expression.

See Also

FilterAppointmentEventArgs Class

FilterAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace