dbicDayView Send comments on this topic.
LocationID Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomArea Class : LocationID Property

Gets or sets the LocationID used to filter the custom areas.

Syntax

Visual Basic (Declaration) 
Public Property LocationID As String
C# 
public string LocationID {get; set;}

Property Value

A String value, indicating the Location ID used filter the custom areas.

Remarks

This property must equal a valid location Entry ID.

NOTE: this property is not applicable to dbiSchedule.  At the time of documentation, it is only applicable to the dbicDayView control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also