FormButtonCausesValidation Property |
Gets or sets a value indicating whether invoking the button causes form validation.
Namespace: Geocortex.Forms.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic bool CausesValidation { get; set; }
Public Property CausesValidation As Boolean
Get
Set
Property Value
Type:
Booleantrue if the button should cause form validation; otherwise,
false.
See Also