Class DataGridColumn
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public abstract class DataGridColumn : AutomationObject<DataGridColumn>, IAutomationPeer, IPeerConverterConstructors
DataGridColumn()
Declaration
public DataGridColumn()Fields
ActualWidthProperty
CanUserReorderProperty
CanUserResizeProperty
CanUserSortProperty
DisplayIndexProperty
IsAutoGeneratedProperty
IsFrozenProperty
IsReadOnlyProperty
MaxWidthProperty
MinWidthProperty
VisibilityProperty
WidthProperty
Properties
ActualWidth
Declaration
public double ActualWidth { get; set; }Property Value
| System.Double 
 | 
CanUserReorder
Declaration
public bool CanUserReorder { get; set; }Property Value
| System.Boolean 
 | 
CanUserResize
Declaration
public bool CanUserResize { get; set; }Property Value
| System.Boolean 
 | 
CanUserSort
Declaration
public bool CanUserSort { get; set; }Property Value
| System.Boolean 
 | 
DisplayIndex
Declaration
public int DisplayIndex { get; set; }Property Value
| System.Int32 
 | 
IsAutoGenerated
Declaration
public bool IsAutoGenerated { get; set; }Property Value
| System.Boolean 
 | 
IsFrozen
Declaration
public bool IsFrozen { get; set; }Property Value
| System.Boolean 
 | 
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }Property Value
| System.Boolean 
 | 
MaxWidth
Declaration
public double MaxWidth { get; set; }Property Value
| System.Double 
 | 
MinWidth
Declaration
public double MinWidth { get; set; }Property Value
| System.Double 
 | 
Visibility
Width
Methods
GetRealType()
Declaration
public override string GetRealType()Returns
| System.String 
 | 
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.DataGridColumn>.GetRealType()