Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Converters Namespace / ValueToMaskedTextConverter Class
Members


In This Topic
    ValueToMaskedTextConverter Class
    In This Topic
    Converts a value to a masked text string.
    Syntax
    'Declaration
     
    Public Class ValueToMaskedTextConverter 
    'Usage
     
    Dim instance As ValueToMaskedTextConverter
    public class ValueToMaskedTextConverter 
    Remarks
    For more information, refer to the MaskedTextProvider Class topic in the Windows SDK documentation.
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.Converters.ValueToMaskedTextConverter

    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