[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.IsCompleted

IsCompleted Property

IsCompleted

Gets whether the field have been input completely. This is a dependency property.

Declaration
public bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
Property Value
Type Description
bool

true indicate the field have been input completely; otherwise, it's false.

Remarks

When this property is true, it means current input text length has reached the minimum length of range.