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


In This Topic
    ColumnWidthConverter Class
    In This Topic
    Converter used to convert to and from a ColumnWidth structure.
    Syntax
    'Declaration
     
    Public Class ColumnWidthConverter 
       Inherits System.ComponentModel.TypeConverter
    'Usage
     
    Dim instance As ColumnWidthConverter
    public class ColumnWidthConverter : System.ComponentModel.TypeConverter 
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          Xceed.Wpf.DataGrid.Converters.ColumnWidthConverter

    Public Constructors
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Retrieves a value indicating whether the specified type can be converted to a ColumnWidth structure, using the provided context.  
    Public MethodOverloaded. Overridden. Retrieves a value indicating whether the converter can convert a ColumnWidth structure to the specified type, using the provided context.  
    Public MethodOverloaded. Overridden. Converts the specified type to a ColumnWidth structure, using the provided context and culture information.  
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Overridden. Converts the given ColumnWidth structure to the specified type, using the provided context and culture information.  
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
    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