Determines if count information is displayed.
| C# |
public bool CountDisplayed { get; set; }
The default is false. Set to true to display count information as
defined in the CountFormat, CountOptions
and CountLimits properties.
Note that if any count type has a limit set, the editor will still display a message box and lock the editor when the limit is reached.