IsEditable
<< Click to Display Table of Contents >> IsEditable |
Determines if a Market Analyzer Column is editable.
This property returns true if the Market Analyzer Column can be edited; otherwise, false.
IsEditable
protected override void OnStateChange() if (State == State.SetDefaults) { DataType = typeof(string); } } |