Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnNumericFilter Class / Options Property


In This Topic
    Options Property (NTreeListColumnNumericFilter)
    In This Topic
    Gets/sets the CommonNumericOptions value which determines the core filter functionality.
    Syntax
    'Declaration
     
    
    Public Property Options As CommonNumericOptions
    'Usage
     
    
    Dim instance As NTreeListColumnNumericFilter
    Dim value As CommonNumericOptions
     
    instance.Options = value
     
    value = instance.Options
    public CommonNumericOptions Options {get; set;}
    Requirements

    Target Platforms: 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