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

Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AutoValidate As AutoValidate
C# 
public virtual AutoValidate AutoValidate {get; set;}

Property Value

An System.Windows.Forms.AutoValidate enumerated value that indicates whether contained controls are implicitly validated on focus change. The default is Inherit.

Requirements

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

See Also