The following tables list the members exposed by CodedValueDomainColumn.
Name | Description | |
---|---|---|
CodedValueDomainColumn Constructor | Initializes a new instance of the CodedValueDomainColumn class. |
Name | Description | |
---|---|---|
ActualWidth | Gets the current width of the column, in device-independent units (1/96th inch per unit). (Inherited from System.Windows.Controls.DataGridColumn) | |
Binding | Gets or sets the binding that associates the column with a property in the data source. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
CanUserReorder | Gets or sets a value that indicates whether the user can change the column display position by dragging the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
CanUserResize | Gets or sets a value that indicates whether the user can adjust the column width by using the mouse. (Inherited from System.Windows.Controls.DataGridColumn) | |
CanUserSort | Gets or sets a value that indicates whether the user can sort the column by clicking the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
CellStyle | Gets or sets the style that is used to render cells in the column. (Inherited from System.Windows.Controls.DataGridColumn) | |
ClipboardContentBinding | Gets or sets the binding object to use when getting or setting cell content for the clipboard. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
CodedValueSources | Gets or sets the coded value sources. Coded values will be used to show display text when viewing. Coded values will be used as combo box options during editing. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayIndex | Gets or sets the display position of the column relative to the other columns in the System.Windows.Controls.DataGrid. (Inherited from System.Windows.Controls.DataGridColumn) | |
DragIndicatorStyle | Gets or sets the style object to apply to the column header during a drag operation. (Inherited from System.Windows.Controls.DataGridColumn) | |
EditingElementStyle | Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
ElementStyle | Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
Field | Gets or sets the field. The field name of the graphic attribute that should be used for this column. | |
Header | Gets or sets the content of the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
HeaderStringFormat | Gets or sets the format pattern to apply to the content of the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
HeaderStyle | Gets or sets the style that is used when rendering the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
HeaderTemplate | Gets or sets the template that defines the visual representation of the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
HeaderTemplateSelector | Gets or sets the object that selects which template to use for the column header. (Inherited from System.Windows.Controls.DataGridColumn) | |
IsAutoGenerated | Gets a value that indicates whether the column is auto-generated. (Inherited from System.Windows.Controls.DataGridColumn) | |
IsFrozen | Gets a value that indicates whether the column is prevented from scrolling horizontally. (Inherited from System.Windows.Controls.DataGridColumn) | |
IsReadOnly | Gets or sets a value that indicates whether cells in the column can be edited. (Inherited from System.Windows.Controls.DataGridColumn) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
MaxWidth | Gets or sets the maximum width constraint of the column. (Inherited from System.Windows.Controls.DataGridColumn) | |
MinWidth | Gets or sets the minimum width constraint of the column. (Inherited from System.Windows.Controls.DataGridColumn) | |
SortDirection | Gets or sets the sort direction (ascending or descending) of the column. (Inherited from System.Windows.Controls.DataGridColumn) | |
SortMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from System.Windows.Controls.DataGridColumn) | |
Visibility | Gets or sets the visibility of the column. (Inherited from System.Windows.Controls.DataGridColumn) | |
Width | Gets or sets the column width or automatic sizing mode. (Inherited from System.Windows.Controls.DataGridColumn) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetCellContent | Overloaded. Gets the System.Windows.Controls.ContentControl.Content property value for the cell at the intersection of this column and the row that represents the specified data item. (Inherited from System.Windows.Controls.DataGridColumn) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
OnCopyingCellClipboardContent | Raises the System.Windows.Controls.DataGridColumn.CopyingCellClipboardContent event. (Inherited from System.Windows.Controls.DataGridColumn) | |
OnPastingCellClipboardContent | Raises the System.Windows.Controls.DataGridColumn.PastingCellClipboardContent event. (Inherited from System.Windows.Controls.DataGridColumn) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
CancelCellEdit | Causes the cell being edited to revert to the original, unedited value. (Inherited from System.Windows.Controls.DataGridColumn) | |
CommitCellEdit | Performs any required validation before exiting cell editing mode. (Inherited from System.Windows.Controls.DataGridColumn) | |
GenerateEditingElement | Overridden. When overridden in a derived class, gets an editing element that is bound to the column's System.Windows.Controls.DataGridBoundColumn.Binding property value. | |
GenerateElement | Overridden. When overridden in a derived class, gets a read-only element that is bound to the column's System.Windows.Controls.DataGridBoundColumn.Binding property value. | |
NotifyPropertyChanged | (Inherited from System.Windows.Controls.DataGridColumn) | |
OnBindingChanged | Notifies the System.Windows.Controls.DataGrid when the value of the System.Windows.Controls.DataGridBoundColumn.Binding property changes. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
OnCoerceIsReadOnly | Determines the value of the System.Windows.Controls.DataGridColumn.IsReadOnly property based on property rules from the data grid that contains this column. (Inherited from System.Windows.Controls.DataGridBoundColumn) | |
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) | |
PrepareCellForEdit | Overridden. When overridden in a derived class, sets cell content as needed for editing. |
Name | Description | |
---|---|---|
CopyingCellClipboardContent | Occurs after the cell clipboard content is prepared. (Inherited from System.Windows.Controls.DataGridColumn) | |
PastingCellClipboardContent | Occurs before the clipboard content is moved to the cell. (Inherited from System.Windows.Controls.DataGridColumn) |