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

Gets the rectangle that represents the virtual display area of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property DisplayRectangle As Rectangle
C# 
public virtual Rectangle DisplayRectangle {get;}

Property Value

A System.Drawing.Rectangle that represents the display area of the control.

Requirements

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

See Also