Click or drag to resize
GridRatingColumn Properties

The GridRatingColumn type exposes the following members.

Properties
  Name Description
Public property AllowFiltering
Gets or sets a value indicating whether data in this column can be filtered. The default value is true
Public property AllowRatingInViewMode
Gets or sets a value indicating whether the column allows rating in view mode. The default value is false
Public property AllowSorting
Gets or set a value indicating whether data in this column can be sorted. The default value is true
Public property DataField
Gets or sets the field name from the specified data source to bind to the GridRatingColumn
Public property FilterDelay (Overrides GridColumnFilterDelay.)
Public property IsDirectionReversed
Gets or sets a value indicating whether the direction of the KaxRating control should be reversed. The default value is false
Public property IsEditable (Overrides GridColumnIsEditable.)
Public property ItemCount
Gets or sets a value indicating the number of items KaxRating in each cell of the GridRatingColumn will show
Public property Precision
Gets or sets a value indicating the rating precision of the KaxRating control in each cell of the GridRatingColumn. The default value is RatingPrecision.Item
Public property SelectionMode
Gets or sets a value indicating the selection mode of the KaxRating control in each cell of the GridRatingColumn. The default value is RatingSelectionMode.Continuous
Top
See Also