[]
Gets or sets the default active field of the cell.
[TypeConverter(typeof(GcDateTimeDefaultActiveFieldInfoTypeConverter))]
public DateFieldInfo DefaultActiveField { get; set; }
<TypeConverter(GetType(GcDateTimeDefaultActiveFieldInfoTypeConverter))>
Public Property DefaultActiveField As DateFieldInfo
Type | Description |
---|---|
DateFieldInfo | A GrapeCity.Win.Views.Field value that indicates the default active field. |
When the cell enters edit mode, the default active field gets the focus and caret first.
Type | Condition |
---|---|
ArgumentException | The value is not a DateInputField. |