KaxPageViewDefaultButton Property |
Gets or sets the identifier for the default button that is contained in the KaxPageView control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DefaultButton { get; set; }
Public Property DefaultButton As String
Get
Set
public:
property String^ DefaultButton {
String^ get ();
void set (String^ value);
}
member DefaultButton : string with 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