| SliderMaxValue Property |
Gets or sets the maximum allowed value.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(false)]
[DefaultValueAttribute(10)]
public int MaxValue { get; set; }
<BindableAttribute(false)>
<DefaultValueAttribute(10)>
Public Property MaxValue As Integer
Get
Set
Property Value
Type:
Int32Remarks See Also