Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid.Converters Namespace / GreaterThanZeroConverter Class
Members


In This Topic
    GreaterThanZeroConverter Class
    In This Topic
    Converter used to determine if a value is greater than zero.
    Syntax
    'Declaration
     
    <ValueConversionAttribute(System.Object, System.Boolean)>
    Public Class GreaterThanZeroConverter 
    'Usage
     
    Dim instance As GreaterThanZeroConverter
    [ValueConversion(System.Object, System.Boolean)]
    public class GreaterThanZeroConverter 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.Converters.GreaterThanZeroConverter

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GreaterThanZeroConverter class.  
    Top
    Public Methods
     NameDescription
    Public MethodConverts the specified value to a boolean value indicating whether it is greater than zero.  
    Public MethodThe ConvertBack method is not supported by the GreaterThanZeroConverter class.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also