Click or drag to resize
KaxPageViewDefaultButton Property
Gets or sets the identifier for the default button that is contained in the KaxPageView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DefaultButton { get; set; }

Property Value

Type: String
A string value corresponding to the ID for a button control contained in the KaxPageView. The default is an empty string, indicating that the KaxPageView does not have a default button.
Remarks
Use the DefaultButton property to indicate which button gets clicked when the KaxPageView control has focus and the user presses the ENTER key.
See Also