Skip to main content

DataGridCheckBoxColumn Properties

Properties

ActualWidthActual visible width after Width, MinWidth, and MaxWidth setting at the Column level and DataGrid level have been taken into account
(Inherited from DataGridColumn)
BindingGets or sets the binding that associates the column with a property in the data source.
(Inherited from DataGridBoundColumn)
BindingTarget
(Inherited from DataGridBoundColumn)
CanUserReorderGets or sets a value that indicates whether the user can change the column display position by dragging the column header.
(Inherited from DataGridColumn)
CanUserResizeGets or sets a value that indicates whether the user can adjust the column width using the mouse.
(Inherited from DataGridColumn)
CanUserSortGets 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)
CellThemeGets or sets the DataGridColumnHeader cell theme.
(Inherited from DataGridColumn)
ClipboardContentBindingThe 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)
CustomSortComparerHolds a Comparer to use for sorting, if not using the default.
(Inherited from DataGridColumn)
DisplayIndexGets or sets the display position of the column relative to the other columns in the DataGrid.
(Inherited from DataGridColumn)
HeaderGets or sets the DataGridColumnHeader content
(Inherited from DataGridColumn)
HeaderTemplateGets or sets an IDataTemplate for the Header
(Inherited from DataGridColumn)
InheritanceParentGets 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)
IsThreeStateGets or sets a value that indicates whether the hosted CheckBox controls allow three states or two.
IsVisibleDetermines whether or not this column is visible.
(Inherited from DataGridColumn)
Item(AvaloniaProperty)Gets or sets the value of a AvaloniaProperty.
(Inherited from AvaloniaObject)
Item(IndexerDescriptor)Gets or sets a binding for a AvaloniaProperty.
(Inherited from AvaloniaObject)
MaxWidth
(Inherited from DataGridColumn)
MinWidth
(Inherited from DataGridColumn)
OwningGridGets the DataGrid control that contains this column.
(Inherited from DataGridColumn)
SortMemberPathHolds the name of the member to use for sorting, if not using the default.
(Inherited from DataGridColumn)
TagGets or sets an object associated with this column.
(Inherited from DataGridColumn)
Width
(Inherited from DataGridColumn)

See Also

Reference

DataGridCheckBoxColumn Class
Avalonia.Controls Namespace