ColumnWidthUnitType Enumeration
See Also  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : ColumnWidthUnitType Enumeration

Value indicating the type of value a ColumnWidth objects contains.

Syntax

Visual Basic (Declaration) 
Public Enum ColumnWidthUnitType 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum ColumnWidthUnitType : Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
PixelThe value is expressed as a pixel.
StarThe value is expressed as a weighted proportion in regards to the available space

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.ColumnWidthUnitType

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also