The DrawDateControlEventArgs class contains information necessary to draw a date control so that an end-user can select a date for a DateFormField. This class is used with the ServerVisualization.TextViewGenerator.DrawDateControl event.

Syntax

public class DrawDateControlEventArgs: EventArgs
Public Class DrawDateControlEventArgs
  Inherits EventArgs

Introduced: X18.

Properties

Property Description
DateFormField Gets the DateFormField for which the date control is displayed.
Location Gets the location where to place the date control, in pixels.