FormButtonCausesValidation Property
Gets or sets a value indicating whether invoking the button causes form validation.

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public bool CausesValidation { get; set; }

Property Value

Type: Boolean
true if the button should cause form validation; otherwise, false.
See Also