Rating ColumnMaximum Rating Property
This gets or sets the maximum rating and thus the of images drawn in the cells
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is five.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int MaximumRating { get; set; }VB
Public Property MaximumRating As Integer
Get
SetC++
public:
property int MaximumRating {
int get ();
void set (int value);
}F#
member MaximumRating : int with get, setProperty Value
Int32The default is five.