Skip to main content

Holiday.Location Property

Gets or sets the location attribute of the holiday.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string Location { get; set; }

Property Value

Type Description
String

A String value that specifies the holiday’s location.

Remarks

This property’s value can be assigned to the newly created Appointment.Location property of the appointment scheduled for that Holiday.

See Also