CellRatingIconAttrs Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum CellRatingIconAttrs
<FlagsAttribute>
Public Enumeration CellRatingIconAttrs
Members
| Member name | Value | Description |
---|
| DualImage | 1 | Use separate enabled/disabled images (disabled image name assumed to be enabled image name w/ 'x' appended). |
| ExplicitSave | 2 |
When set, the rating is not saved until the user clicks the Save button otherwise the rating is saved on any rating change.
May be combined with LockOnSave.
|
| LockOnSave | 4 |
The control should be locked once the user saves his rating. Ignored unless ExplicitSave is set.
Note that at this time only the Save button client-side post-click handling is performed by the platform.
It is the application's responsibility to permanently lock the field after its rating value has been set.
|
| HighlightOnlySelected | 8 |
The control should only highlight the value selected, instead of highlighting the selected value + all ranked lower than it.
|
See Also