HintAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets a hint for a form field. Hint is shown when field label is hovered. This has no effect on columns.

[AttributeUsage(AttributeTargets.All)]
public class HintAttribute : Attribute

Public Members

name description
HintAttribute(…) Initializes a new instance of the HintAttribute class.
Hint { get; } Gets the hint.

See Also