FocusableAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates if column cells can receive focus

public FocusableAttribute(bool value = true)
parameter description
value if set to true (default) column is focusable.

Remarks

Initializes a new instance of the FocusableAttribute class.

See Also