[]
Gets whether the editor 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 indicate the editor hasn't been input anything, more input can be accepted if IsFull is not true, otherwise, false. |