[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.IsEmpty

IsEmpty Property

IsEmpty

Gets whether the field haven't been input anything, the field is empty. This is a dependency property.

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

true indicates the field hasn't been input anything, more input can be accepted; Otherwise, it is false.

Remarks

When this property is true, it means there is no input text.