ActiveReports Developer 7
Mode Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValidationContext Class : Mode Property

Glossary Item Box

Gets the mode for which the validation context is set.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Mode As ValidationMode
C# 
public ValidationMode Mode {get;}

Property Value

Returns a ValidationMode enumeration indicating the current mode.

See Also