C# Class Serenity.ComponentModel.HintAttribute

Sets a hint for a form field. Hint is shown when field label is hovered. This has no effect on columns.
Inheritance: System.Attribute
ファイルを表示 Open project: volkanceylan/Serenity

Public Methods

Method Description
HintAttribute ( string hint ) : System

Method Details

HintAttribute() public method

public HintAttribute ( string hint ) : System
hint string
return System