DataGridTextColumn Class

Represents a DataGrid column that hosts textual content in its cells.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public class DataGridTextColumn : DataGridBoundColumn
Inheritance
Object    AvaloniaObject    DataGridColumn    DataGridBoundColumn    DataGridTextColumn

Properties

ActualWidth Actual visible width after Width, MinWidth, and MaxWidth setting at the Column level and DataGrid level have been taken into account
(Inherited from DataGridColumn)
Binding Gets or sets the binding that associates the column with a property in the data source.
(Inherited from DataGridBoundColumn)
BindingTarget
(Inherited from 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 DataGridColumn)
CanUserResize Gets or sets a value that indicates whether the user can adjust the column width using the mouse.
(Inherited from DataGridColumn)
CanUserSort Gets or sets a value that indicates whether the user can sort the column by clicking the column header.
(Inherited from DataGridColumn)
CellStyleClasses
(Inherited from DataGridColumn)
CellTheme Gets or sets the DataGridColumnHeader cell theme.
(Inherited from DataGridColumn)
ClipboardContentBinding The binding that will be used to get or set cell content for the clipboard. If the base ClipboardContentBinding is not explicitly set, this will return the value of Binding.
(Inherited from DataGridBoundColumn)
CustomSortComparer Holds a Comparer to use for sorting, if not using the default.
(Inherited from DataGridColumn)
DisplayIndex Gets or sets the display position of the column relative to the other columns in the DataGrid.
(Inherited from DataGridColumn)
FontFamily Gets or sets the font name.
FontSize Gets or sets the font size.
FontStretch Gets or sets the font weight or thickness.
FontStyle Gets or sets the font style.
FontWeight Gets or sets the font weight or thickness.
Foreground Gets or sets a brush that describes the foreground of the column cells.
Header Gets or sets the DataGridColumnHeader content
(Inherited from DataGridColumn)
HeaderTemplate Gets or sets an IDataTemplate for the Header
(Inherited from DataGridColumn)
InheritanceParent Gets or sets the parent object that inherited AvaloniaProperty values are inherited from.
(Inherited from AvaloniaObject)
IsAutoGenerated
(Inherited from DataGridColumn)
IsFrozen
(Inherited from DataGridColumn)
IsReadOnly
(Inherited from DataGridColumn)
IsVisible Determines whether or not this column is visible.
(Inherited from DataGridColumn)
ItemAvaloniaProperty Gets or sets the value of a AvaloniaProperty.
(Inherited from AvaloniaObject)
ItemIndexerDescriptor Gets or sets a binding for a AvaloniaProperty.
(Inherited from AvaloniaObject)
MaxWidth
(Inherited from DataGridColumn)
MinWidth
(Inherited from DataGridColumn)
OwningGrid Gets the DataGrid control that contains this column.
(Inherited from DataGridColumn)
SortMemberPath Holds the name of the member to use for sorting, if not using the default.
(Inherited from DataGridColumn)
Tag Gets or sets an object associated with this column.
(Inherited from DataGridColumn)
Width
(Inherited from DataGridColumn)

Methods

Bind(AvaloniaProperty, IBinding) Binds a AvaloniaProperty to an IBinding.
(Inherited from AvaloniaObject)
Bind(AvaloniaProperty, IObservableObject, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableT) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableBindingValueT) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(DirectPropertyBaseT, IObservableObject) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableT, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableBindingValueT, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
BindT(StyledPropertyT, IObservableObject, BindingPriority) Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject)
CancelCellEdit(Control, Object) Causes the column cell being edited to revert to the specified value.
(Overrides DataGridColumnCancelCellEdit(Control, Object))
CheckAccess Returns a value indicating whether the current thread is the UI thread.
(Inherited from AvaloniaObject)
ClearSort Clears the current sort direction
(Inherited from DataGridColumn)
ClearValue(AvaloniaProperty) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(AvaloniaPropertyT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(DirectPropertyBaseT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
ClearValueT(StyledPropertyT) Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject)
CoerceValue(AvaloniaProperty) Coerces the specified AvaloniaProperty.
(Inherited from AvaloniaObject)
EndCellEdit When overridden in a derived class, called when a cell in the column exits editing mode.
(Inherited from DataGridColumn)
Equals(Object) Compares two objects using reference equality.
(Inherited from AvaloniaObject)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GenerateEditingElement(DataGridCell, Object, ICellEditBinding)
(Inherited from DataGridBoundColumn)
GenerateEditingElementDirect(DataGridCell, Object) Gets a TextBox control that is bound to the column's Binding property value.
(Overrides DataGridBoundColumnGenerateEditingElementDirect(DataGridCell, Object))
GenerateElement(DataGridCell, Object) Gets a read-only TextBlock element that is bound to the column's Binding property value.
(Overrides DataGridColumnGenerateElement(DataGridCell, Object))
GetBaseValueT(StyledPropertyT) Gets an AvaloniaProperty base value.
(Inherited from AvaloniaObject)
GetCellContent(DataGridRow)
(Inherited from DataGridColumn)
GetCellContent(Object)
(Inherited from DataGridColumn)
GetHashCode Gets the hash code for the object.
(Inherited from AvaloniaObject)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue(AvaloniaProperty) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
GetValueT(DirectPropertyBaseT) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
GetValueT(StyledPropertyT) Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
IsAnimating(AvaloniaProperty) Checks whether a AvaloniaProperty is animating.
(Inherited from AvaloniaObject)
IsSet(AvaloniaProperty) Checks whether a AvaloniaProperty is set on this object.
(Inherited from AvaloniaObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NotifyPropertyChanged(String) Called by a specific column type when one of its properties changed, and its current cells need to be updated.
(Inherited from DataGridColumn)
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
(Overrides DataGridColumnOnPropertyChanged(AvaloniaPropertyChangedEventArgs))
OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs) Called when a avalonia property changes on the object.
(Inherited from AvaloniaObject)
PrepareCellForEdit(Control, RoutedEventArgs) Called when the cell in the column enters editing mode.
(Overrides DataGridColumnPrepareCellForEdit(Control, RoutedEventArgs))
RaisePropertyChangedT(DirectPropertyBaseT, T, T) Raises the PropertyChanged event for a direct property.
(Inherited from AvaloniaObject)
RefreshCellContent(Control, String) Called by the DataGrid control when this column asks for its elements to be updated, because a property changed.
(Overrides DataGridColumnRefreshCellContent(Control, String))
SetAndRaiseT(DirectPropertyBaseT, T, T) Sets the backing field for a direct avalonia property, raising the PropertyChanged event if the value has changed.
(Inherited from AvaloniaObject)
SetCurrentValue(AvaloniaProperty, Object) Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject)
SetCurrentValueT(StyledPropertyT, T) Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject)
SetValue(AvaloniaProperty, Object, BindingPriority) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
SetValueT(DirectPropertyBaseT, T) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
SetValueT(StyledPropertyT, T, BindingPriority) Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject)
Sort Switches the current state of sort direction
(Inherited from DataGridColumn)
Sort(ListSortDirection) Changes the sort direction of this column
(Inherited from DataGridColumn)
ToStringReturns a string that represents the current object.
(Inherited from Object)
UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception) Called to update the validation state for properties for which data validation is enabled.
(Inherited from AvaloniaObject)
VerifyAccess Checks that the current thread is the UI thread and throws if not.
(Inherited from AvaloniaObject)

Events

HeaderPointerPressed Occurs when the pointer is pressed over the column's header
(Inherited from DataGridColumn)
HeaderPointerReleased Occurs when the pointer is released over the column's header
(Inherited from DataGridColumn)
PropertyChanged Raised when a AvaloniaProperty value changes on this object.
(Inherited from AvaloniaObject)

Fields

FontFamilyProperty Identifies the FontFamily dependency property.
FontSizeProperty Identifies the FontSize dependency property.
FontStretchProperty Identifies the FontStretch dependency property.
FontStyleProperty Identifies the FontStyle dependency property.
FontWeightProperty Identifies the FontWeight dependency property.
ForegroundProperty Identifies the Foreground dependency property.

Extension Methods

Bind(AvaloniaProperty, IBinding, Object) Binds a property on an AvaloniaObject to an IBinding.
(Defined by AvaloniaObjectExtensions)
BindT(AvaloniaPropertyT, IObservableBindingValueT, BindingPriority) Binds an AvaloniaProperty to an observable.
(Defined by AvaloniaObjectExtensions)
BindT(AvaloniaPropertyT, IObservableT, BindingPriority) Binds an AvaloniaProperty to an observable.
(Defined by AvaloniaObjectExtensions)
GetBaseValue(AvaloniaProperty) Gets an AvaloniaProperty base value.
(Defined by AvaloniaObjectExtensions)
GetBaseValueT(AvaloniaPropertyT) Gets an AvaloniaProperty base value.
(Defined by AvaloniaObjectExtensions)
GetBindingObservable(AvaloniaProperty) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableT(AvaloniaPropertyT) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableTResult(AvaloniaProperty, FuncObject, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingObservableTSource, TResult(AvaloniaPropertyTSource, FuncTSource, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetBindingSubject(AvaloniaProperty, BindingPriority) Gets a subject for a AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetBindingSubjectT(AvaloniaPropertyT, BindingPriority) Gets a subject for a AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetDiagnostic(AvaloniaProperty) Gets a diagnostic for a AvaloniaProperty on a AvaloniaObject.
(Defined by AvaloniaObjectExtensions)
GetObservable(AvaloniaProperty) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableT(AvaloniaPropertyT) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableTResult(AvaloniaProperty, FuncObject, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetObservableTSource, TResult(AvaloniaPropertyTSource, FuncTSource, TResult) Gets an observable for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetPropertyChangedObservable(AvaloniaProperty) Gets an observable that listens for property changed events for an AvaloniaProperty.
(Defined by AvaloniaObjectExtensions)
GetSubject(AvaloniaProperty, BindingPriority) Gets a subject for an AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetSubjectT(AvaloniaPropertyT, BindingPriority) Gets a subject for an AvaloniaProperty.
(Defined by AvaloniaObjectReactiveExtensions)
GetValueT(AvaloniaPropertyT) Gets a AvaloniaProperty value.
(Defined by AvaloniaObjectExtensions)
GetValueStoreDiagnostic Gets a value store diagnostics for a AvaloniaObject.
(Defined by AvaloniaObjectExtensions)

See Also