The definition of the count option attributes.
| C# |
public string CountOptions { get; set; }
This string defines the count display options.
The following attributes can be defined:
The following delimiters are used in the definition:
The following attributes can be defined:
- ShowLockedDialog (determines if Locked dialog is displayed when limit is reached or exceeded)
- BlockSaveAboveLimit (determines if Save is blocked when size exceeds limit)
- WarningPercentage (determines when a warning level is reached)
- WarningBold (specifies if the text is bold when the count reaches a warning level)
- LockedBold (specifies if the text is bold when the count reaches or exceeds a limit)
The following delimiters are used in the definition:
| , | Comma separates attribute definitions |
| # | Equal sign separates an attribute name from its value |
Set the property declaratively in the HtmlEditor tag:
CopyC#
CountOptions =
"ShowLockedDialog=true,BlockSaveAboveLimit=false,WarningPercentage=90,WarningBold=true,LockedBold=true"