Click or drag to resize
KaxToolBarSplitButtonPostBackUrl Property
Gets or sets the URL of the page to post to from the current page when the KaxToolBarSplitButton is clicked.

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 PostBackUrl { get; set; }

Property Value

Type: String
The URL of the Web page to post to from the current page when the KaxToolBarSplitButton is clicked. The default value is an empty string (""), which causes the page to post back to itself.

Implements

IKaxToolBarButtonPostBackUrl
See Also