Skip to main content
Tab

ASPxCloudControl.LinkStyle Property

Gets the style settings used to paint item descriptions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyle LinkStyle { get; }

Property Value

Type Description
LinkStyle

A LinkStyle object that contains style settings used to paint item descriptions.

Remarks

An item’s description is specified by its CloudControlItem.Text property (unbound mode), or is provided by the data source field specified by the ASPxCloudControl.TextField property (bound mode). This description is rendered as a link that when clicked, allows the user to drill into the selected category. Use the LinkStyle property to specify the appearance settings used to paint item descriptions (links). Note that these settings, if specified, take priority over the settings specified by the ASPxCloudControl.MinColor and ASPxCloudControl.MaxColor properties.

See Also