- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Derived Types
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type["DataGridColumn"]
class Type type-node
Derived0["DataGridTemplateColumn"]-->Type
click Derived0 "/api/Avalonia.Controls/DataGridTemplateColumn"
Derived1["DataGridBoundColumn"]-->Type
click Derived1 "/api/Avalonia.Controls/DataGridBoundColumn"
Syntax
public abstract class DataGridColumn : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Properties
Name | Value | Summary |
---|---|---|
ActualWidth | double |
Actual visible width after Width, MinWidth, and MaxWidth setting at the Column level and DataGrid level
have been taken into account
|
CanUserReorder | bool |
Gets or sets a value that indicates whether the user can change the column display position by
dragging the column header.
|
CanUserResize | bool |
Gets or sets a value that indicates whether the user can adjust the column width using the mouse.
|
CanUserSort | bool |
Gets or sets a value that indicates whether the user can sort the column by clicking the column header.
|
CellStyleClasses | Classes | |
Clipboard |
IBinding |
The binding that will be used to get or set cell content for the clipboard.
|
CustomSortComparer | IComparer |
Holds a Comparer to use for sorting, if not using the default.
|
DisplayIndex | int |
Gets or sets the display position of the column relative to the other columns in the
DataGrid .
|
Header | object | |
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
IsAutoGenerated | bool | |
IsFrozen | bool | |
IsReadOnly | bool | |
IsVisible | bool |
Determines whether or not this column is visible.
|
MaxWidth | double | |
MinWidth | double | |
SortMemberPath | string |
Holds the name of the member to use for sorting, if not using the default.
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Width | DataGridLength |