ASPxRoundPanel.HeaderNavigateUrl Property
Gets or sets a URL where the client’s web browser will navigate when the text or image is clicked within the panel’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value which specifies the required navigation location. |
Remarks
If a specific navigation location is assigned to the HeaderNavigateUrl property, the text and image displayed within the panel’s header serve as a link (the header text is displayed underlined). A click on this link navigates the application to the specified location.
See Also