Skip to main content
A newer version of this page is available. .
Tab

ASPxHint.TargetSelector Property

Gets or sets a CSS selector string value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string TargetSelector { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies a CSS selector.

Remarks

Use the TargetSelector property to specify for which UI elements on a web page a hint is displayed.

<dx:ASPxHint ID="ASPxHint1" runat="server" TargetSelector=".dxgv"></dx:ASPxHint> 
See Also