The DataTreeGridColumn type exposes the following members.

Constructors

  NameDescription
Public methodDataTreeGridColumn
Initializes a new DataTreeGridColumn instance.

Methods

  NameDescription
Protected methodCancelCellEdit
Ends the edit on a data grid cell and reverts any changes.
(Overrides DataGridColumn..::..CancelCellEdit(FrameworkElement, Object).)
Public methodCheckAccess (Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty) (Inherited from DependencyObjectDependencyObject.)
Public methodClearValue(DependencyPropertyKey) (Inherited from DependencyObjectDependencyObject.)
Public methodCoerceValue (Inherited from DependencyObject.)
Protected methodCommitCellEdit (Inherited from DataGridColumn.)
Public methodEquals (Inherited from DependencyObject.)
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateEditingElement (Inherited from DataGridTemplateColumn.)
Protected methodGenerateElement (Inherited from DataGridTemplateColumn.)
Public methodGetCellContent(Object) (Inherited from DataGridColumnDataGridColumn.)
Public methodGetCellContent(DataGridRow) (Inherited from DataGridColumnDataGridColumn.)
Public methodGetHashCode (Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator (Inherited from DependencyObject.)
Public methodGetType (Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Public methodInitializeComponent
InitializeComponent
Public methodInvalidateProperty (Inherited from DependencyObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyPropertyChanged (Inherited from DataGridColumn.)
Protected methodOnCoerceIsReadOnly (Inherited from DataGridColumn.)
Public methodOnCopyingCellClipboardContent (Inherited from DataGridColumn.)
Public methodOnPastingCellClipboardContent (Inherited from DataGridColumn.)
Protected methodOnPropertyChanged (Inherited from DependencyObject.)
Protected methodPrepareCellForEdit
Called when a cell in the column enters editing mode.
(Overrides DataGridColumn..::..PrepareCellForEdit(FrameworkElement, RoutedEventArgs).)
Public methodReadLocalValue (Inherited from DependencyObject.)
Protected methodRefreshCellContent (Inherited from DataGridTemplateColumn.)
Public methodSetCurrentValue (Inherited from DependencyObject.)
Public methodSetValue(DependencyProperty, Object) (Inherited from DependencyObjectDependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object) (Inherited from DependencyObjectDependencyObject.)
Protected methodShouldSerializeProperty (Inherited from DependencyObject.)
Public methodToString (Inherited from Object.)
Public methodVerifyAccess (Inherited from DispatcherObject.)

Properties

  NameDescription
Public propertyActualWidth (Inherited from DataGridColumn.)
Public propertyCanUserReorder (Inherited from DataGridColumn.)
Public propertyCanUserResize (Inherited from DataGridColumn.)
Public propertyCanUserSort (Inherited from DataGridColumn.)
Public propertyCellEditingTemplate (Inherited from DataGridTemplateColumn.)
Public propertyCellEditingTemplateSelector (Inherited from DataGridTemplateColumn.)
Public propertyCellStyle (Inherited from DataGridColumn.)
Public propertyCellTemplate (Inherited from DataGridTemplateColumn.)
Public propertyCellTemplateSelector (Inherited from DataGridTemplateColumn.)
Public propertyClipboardContentBinding (Inherited from DataGridColumn.)
Protected propertyDataGridOwner (Inherited from DataGridColumn.)
Public propertyDependencyObjectType (Inherited from DependencyObject.)
Public propertyDispatcher (Inherited from DispatcherObject.)
Public propertyDisplayIndex (Inherited from DataGridColumn.)
Public propertyDragIndicatorStyle (Inherited from DataGridColumn.)
Public propertyHeader (Inherited from DataGridColumn.)
Public propertyHeaderStringFormat (Inherited from DataGridColumn.)
Public propertyHeaderStyle (Inherited from DataGridColumn.)
Public propertyHeaderTemplate (Inherited from DataGridColumn.)
Public propertyHeaderTemplateSelector (Inherited from DataGridColumn.)
Public propertyIsAutoGenerated (Inherited from DataGridColumn.)
Public propertyIsFrozen (Inherited from DataGridColumn.)
Public propertyIsReadOnly (Inherited from DataGridColumn.)
Public propertyIsSealed (Inherited from DependencyObject.)
Public propertyMaxWidth (Inherited from DataGridColumn.)
Public propertyMinWidth (Inherited from DataGridColumn.)
Public propertySortDirection (Inherited from DataGridColumn.)
Public propertySortMemberPath (Inherited from DataGridColumn.)
Public propertyVisibility (Inherited from DataGridColumn.)
Public propertyWidth (Inherited from DataGridColumn.)

Events

  NameDescription
Public eventCopyingCellClipboardContent (Inherited from DataGridColumn.)
Public eventPastingCellClipboardContent (Inherited from DataGridColumn.)

Explicit Interface Implementations

See Also