[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.IsEmpty

IsEmpty Property

IsEmpty

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