FocusableAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Indicates if column cells can receive focus
[AttributeUsage(AttributeTargets.Property)]
public class FocusableAttribute : Attribute
| parameter | description |
|---|---|
| value | if set to true (default) column is focusable. |
Public Members
| name | description |
|---|---|
| FocusableAttribute(…) | Indicates if column cells can receive focus |
| Value { get; } | Gets a value indicating whether this FocusableAttribute is enabled. |
Remarks
Initializes a new instance of the FocusableAttribute class.
See Also
- Source: FocusableAttribute.cs