ASPxRoundPanel.LinkStyle Property
Gets the style settings used to paint the link in the round panel’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
LinkStyle | A LinkStyle object that contains style settings used to paint links. |
Remarks
If the round panel’s ASPxRoundPanel.HeaderNavigateUrl property is specified, the text displayed within the panel’s header represents a link. Use the LinkStyle property to customize the link’s appearance settings.
See Also