[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.DefaultActiveField

DefaultActiveField Property

DefaultActiveField

Gets or sets the default active field.

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

A Field value that indicates the default active field.
The default is null.

Remarks

When the control gets focus, the default active field gets the focus and caret first.

Exceptions
Type Condition
ArithmeticException

The specified field does not exist in the FieldCollection.