MinValue Property
See Also 
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace > ValueRangeTextBox Class : MinValue Property

Gets or sets the minimum accepted value.

Syntax

Visual Basic (Declaration) 
Public Property MinValue As Object
C# 
public object MinValue {get; set;}

Return Value

An object representing the minimum accepted value. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also