[]
Gets whether the field haven't been input anything, the field is empty. This is a dependency property.
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Type | Description |
---|---|
bool | true indicates the field hasn't been input anything, more input can be accepted; Otherwise, it is false. |
When this property is true, it means there is no input text.