[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.IsActive

IsActive Property

IsActive

Gets whether the field is activated or not. This is a dependency property.

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

true indicate the current field is active; otherwise it's false.

Remarks

If this field has got the input focus, this property will be set to true; otherwise, it's false.