HintAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Sets a hint for a form field. The hint is shown when the field label is hovered. This has no effect on columns.
[AttributeUsage(AttributeTargets.All)]
public class HintAttribute : Attribute
| parameter | description |
|---|---|
| hint | The hint. |
Public Members
| name | description |
|---|---|
| HintAttribute(…) | Sets a hint for a form field. The hint is shown when the field label is hovered. This has no effect on columns. |
| Hint { get; } | Gets the hint. |
Remarks
Initializes a new instance of the HintAttribute class.
See Also
- Source: HintAttribute.cs