Skip to main content

AppointmentControl.SelectionBorderThickness Property

Gets or sets the width of the boundaries of the appointment border if an appointment is selected. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Thickness SelectionBorderThickness { get; set; }

Property Value

Type Description
Thickness

A Thickness value that is the width of the boundaries of the selected appointment’s border.

See Also