[]
Gets whether the field have been input completely. This is a dependency property.
public bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
Type | Description |
---|---|
bool | true indicate the field have been input completely; otherwise, it's false. |
When this property is true, it means current input text length has reached the minimum length of range.