ASPxButton.PostBackUrl Property
Gets or sets the URL of the page to post to from the current page when the button control is clicked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The URL of the web page to post to from the current page when the button control is clicked. |
Remarks
The PostBackUrl property allows you to perform a cross-page post using the button control.
Refer to the PostBackUrl property description to learn more.
Implements
See Also