FormButtonIsDefault Property
Gets or sets a value indicating whether it is the default button. A user invokes the default button by pressing the ENTER key.

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

Property Value

Type: Boolean
See Also