Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NEnumComboBoxColumnEditor Class / InsertSpacesBeforeUppersAndDigits Property


In This Topic
    InsertSpacesBeforeUppersAndDigits Property (NEnumComboBoxColumnEditor)
    In This Topic
    Gets or sets whether spaces should be inserted before upper and digit letters in the string representation of enum values.
    Syntax
    'Declaration
     
    
    Public Property InsertSpacesBeforeUppersAndDigits As System.Boolean
    'Usage
     
    
    Dim instance As NEnumComboBoxColumnEditor
    Dim value As System.Boolean
     
    instance.InsertSpacesBeforeUppersAndDigits = value
     
    value = instance.InsertSpacesBeforeUppersAndDigits
    public System.bool InsertSpacesBeforeUppersAndDigits {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also