HintAttribute constructor

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.

public HintAttribute(string hint)
parameter description
hint The hint.

Remarks

Initializes a new instance of the HintAttribute class.

See Also