KaxRatingItemValue Property |
Gets or sets the value of the rating item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public decimal Value { get; set; }
Public Property Value As Decimal
Get
Set
public:
property Decimal Value {
Decimal get ();
void set (Decimal value);
}
member Value : decimal with get, set
Property Value
Type:
Decimal
The value of the rating item.
See Also