ASPxHint.TargetSelector Property
Gets or sets a CSS selector string value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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