DataGridColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a DataGrid column.
public ref class DataGridColumn abstract : System::Windows::DependencyObject
public abstract class DataGridColumn : System.Windows.DependencyObject
type DataGridColumn = class
inherit DependencyObject
Public MustInherit Class DataGridColumn
Inherits DependencyObject
- Inheritance
- Derived
Remarks
This abstract class provides the base functionality for all DataGrid columns.
Constructors
DataGridColumn() |
Initializes a new instance of the DataGridColumn class. |
Fields
ActualWidthProperty |
Identifies the ActualWidth dependency property. |
CanUserReorderProperty |
Identifies the CanUserReorder dependency property. |
CanUserResizeProperty |
Identifies the CanUserResize dependency property. |
CanUserSortProperty |
Identifies the CanUserSort dependency property. |
CellStyleProperty |
Identifies the CellStyle dependency property. |
DisplayIndexProperty |
Identifies the DisplayIndex dependency property. |
DragIndicatorStyleProperty |
Identifies the DragIndicatorStyle dependency property. |
HeaderProperty |
Identifies the Header dependency property. |
HeaderStringFormatProperty |
Identifies the HeaderStringFormat dependency property. |
HeaderStyleProperty |
Identifies the HeaderStyle dependency property. |
HeaderTemplateProperty |
Identifies the HeaderTemplate dependency property. |
HeaderTemplateSelectorProperty |
Identifies the HeaderTemplateSelector dependency property. |
IsAutoGeneratedProperty |
Identifies the IsAutoGenerated dependency property. |
IsFrozenProperty |
Identifies the IsFrozen dependency property. |
IsReadOnlyProperty |
Identifies the IsReadOnly dependency property. |
MaxWidthProperty |
Identifies the MaxWidth dependency property. |
MinWidthProperty |
Identifies the MinWidth dependency property. |
SortDirectionProperty |
Identifies the SortDirection dependency property. |
SortMemberPathProperty |
Identifies the SortMemberPath dependency property. |
VisibilityProperty |
Identifies the Visibility dependency property. |
WidthProperty |
Identifies the Width dependency property. |
Properties
ActualWidth |
Gets the current width of the column, in device-independent units (1/96th inch per unit). |
CanUserReorder |
Gets or sets a value that indicates whether the user can change the column display position by dragging the column header. |
CanUserResize |
Gets or sets a value that indicates whether the user can adjust the column width by using the mouse. |
CanUserSort |
Gets or sets a value that indicates whether the user can sort the column by clicking the column header. |
CellStyle |
Gets or sets the style that is used to render cells in the column. |
ClipboardContentBinding |
Gets or sets the binding object to use when getting or setting cell content for the clipboard. |
DataGridOwner |
Gets the DataGrid control that contains this column. |
DependencyObjectType |
Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject) |
Dispatcher |
Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject) |
DisplayIndex |
Gets or sets the display position of the column relative to the other columns in the DataGrid. |
DragIndicatorStyle |
Gets or sets the style object to apply to the column header during a drag operation. |
Header |
Gets or sets the content of the column header. |
HeaderStringFormat |
Gets or sets the format pattern to apply to the content of the column header. |
HeaderStyle |
Gets or sets the style that is used when rendering the column header. |
HeaderTemplate |
Gets or sets the template that defines the visual representation of the column header. |
HeaderTemplateSelector |
Gets or sets the object that selects which template to use for the column header. |
IsAutoGenerated |
Gets a value that indicates whether the column is auto-generated. |
IsFrozen |
Gets a value that indicates whether the column is prevented from scrolling horizontally. |
IsReadOnly |
Gets or sets a value that indicates whether cells in the column can be edited. |
IsSealed |
Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject) |
MaxWidth |
Gets or sets the maximum width constraint of the column. |
MinWidth |
Gets or sets the minimum width constraint of the column. |
SortDirection |
Gets or sets the sort direction (ascending or descending) of the column. |
SortMemberPath |
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. |
Visibility |
Gets or sets the visibility of the column. |
Width |
Gets or sets the column width or automatic sizing mode. |
Methods
CancelCellEdit(FrameworkElement, Object) |
Causes the cell being edited to revert to the original, unedited value. |
CheckAccess() |
Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject) |
ClearValue(DependencyProperty) |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject) |
ClearValue(DependencyPropertyKey) |
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject) |
CoerceValue(DependencyProperty) |
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject) |
CommitCellEdit(FrameworkElement) |
Performs any required validation before exiting cell editing mode. |
Equals(Object) |
Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject) |
GenerateEditingElement(DataGridCell, Object) |
When overridden in a derived class, gets an editing element that is bound to the Binding property value of the column. |
GenerateElement(DataGridCell, Object) |
When overridden in a derived class, gets a read-only element that is bound to the Binding property value of the column. |
GetCellContent(DataGridRow) |
Retrieves the Content property value for the cell at the intersection of this column and the specified row. |
GetCellContent(Object) |
Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item. |
GetHashCode() |
Gets a hash code for this DependencyObject. (Inherited from DependencyObject) |
GetLocalValueEnumerator() |
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetValue(DependencyProperty) |
Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject) |
InvalidateProperty(DependencyProperty) |
Re-evaluates the effective value for the specified dependency property. (Inherited from DependencyObject) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
NotifyPropertyChanged(String) |
Notifies the DataGrid that contains this column that a column property has changed. |
OnCoerceIsReadOnly(Boolean) |
Determines the value of the IsReadOnly property based on the property rules of the DataGrid that contains this column. |
OnCopyingCellClipboardContent(Object) |
Raises the CopyingCellClipboardContent event. |
OnPastingCellClipboardContent(Object, Object) |
Raises the PastingCellClipboardContent event. |
OnPropertyChanged(DependencyPropertyChangedEventArgs) |
Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from DependencyObject) |
PrepareCellForEdit(FrameworkElement, RoutedEventArgs) |
When overridden in a derived class, sets cell content as needed for editing. |
ReadLocalValue(DependencyProperty) |
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject) |
RefreshCellContent(FrameworkElement, String) |
When overridden in a derived class, updates the contents of a cell in the column in response to a column property value that changed. |
SetCurrentValue(DependencyProperty, Object) |
Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject) |
SetValue(DependencyProperty, Object) |
Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject) |
SetValue(DependencyPropertyKey, Object) |
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject) |
ShouldSerializeProperty(DependencyProperty) |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from DependencyObject) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
VerifyAccess() |
Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject) |
Events
CopyingCellClipboardContent |
Occurs after the cell clipboard content is prepared. |
PastingCellClipboardContent |
Occurs before the clipboard content is moved to the cell. |