Xceed DataGrid for WPF v7.2 Documentation
ColumnBase Class
Members 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : ColumnBase Class
Base class that represents a column and from which the Column, UnboundColumn, and MergedColumn classes derive.
Syntax
'Declaration
 
<DebuggerDisplayAttribute("FieldName = {FieldName}")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public MustInherit Class ColumnBase 
   Inherits System.Windows.FrameworkContentElement
'Usage
 
Dim instance As ColumnBase
[DebuggerDisplay("FieldName = {FieldName}")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public abstract class ColumnBase : System.Windows.FrameworkContentElement 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.ContentElement
            System.Windows.FrameworkContentElement
               Xceed.Wpf.DataGrid.ColumnBase
                  Xceed.Wpf.DataGrid.Column
                  Xceed.Wpf.DataGrid.MergedColumn
                  Xceed.Wpf.DataGrid.UnboundColumn

Requirements

See Also

Reference

ColumnBase Members
Xceed.Wpf.DataGrid Namespace