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.
|