Click or drag to resize

CellRatingIconAttrs Enumeration

Cell attributes specific to RatingIcon cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellRatingIconAttrs
Members
  Member nameValueDescription
DualImage1Use separate enabled/disabled images (disabled image name assumed to be enabled image name w/ 'x' appended).
ExplicitSave2 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.
LockOnSave4 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.
HighlightOnlySelected8 The control should only highlight the value selected, instead of highlighting the selected value + all ranked lower than it.
See Also