[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.DefaultActiveField

DefaultActiveField Property

DefaultActiveField

Gets or sets the default active field of the cell.

Declaration
[TypeConverter(typeof(GcDateTimeDefaultActiveFieldInfoTypeConverter))]
public DateFieldInfo DefaultActiveField { get; set; }
<TypeConverter(GetType(GcDateTimeDefaultActiveFieldInfoTypeConverter))>
Public Property DefaultActiveField As DateFieldInfo
Property Value
Type Description
DateFieldInfo

A GrapeCity.Win.Views.Field value that indicates the default active field.

Remarks

When the cell enters edit mode, the default active field gets the focus and caret first.

Exceptions
Type Condition
ArgumentException

The value is not a DateInputField.