Name | Description | |
---|---|---|
DataGridRow Constructor | Initializes a new instance of the DataGridRow class. |
The following tables list the members exposed by DataGridRow.
Name | Description | |
---|---|---|
DataGridRow Constructor | Initializes a new instance of the DataGridRow class. |
Name | Description | |
---|---|---|
HeightProperty | Identifies the Height dependency property. | |
MaxHeightProperty | Identifies the MaxHeight dependency property. | |
MinHeightProperty | Identifies the MinHeight dependency property. |
Name | Description | |
---|---|---|
ActualCanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid. | |
ActualDetailsVisibility | Gets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. | |
ActualHeight | Gets the actual height in pixels. | |
ActualHeightWithoutDetails | Gets the actual height in pixels (without the details). | |
CanUserResize | Gets or sets a value indicating whether this row can be resized by the user. | |
CanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details. | |
CellStyle | Gets or sets the style applied to all the cells of this row. | |
DataGrid | Gets the data grid to which the row belongs. | |
DataItem | Gets the data of the row. | |
DetailsPresenter | Gets the visual element that will be arranged at the bottom of the row. | |
DetailsVisibility | Gets or sets a value indicating whether this row is showing details. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
Errors | Gets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. | |
HeaderPresenter | Gets the visual element that represent the header of this row. | |
Height | Gets or sets the height of this row. | |
IndentWidth | Gets the distance between the row header and the first cell of the row. This empty space is only present when there are groups in the data grid. | |
Index | Gets the index of the row. | |
IsEditable | Gets a value indicating whether this row is editable. | |
IsEditing | Gets a value indicating whether this row is editing. | |
IsMouseOver | Gets a value indicating whether the mouse is over the row. | |
IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this row. | |
IsSelected | Gets a value indicating whether this row is selected. | |
Level | Gets the grouping level of this row. This info will be used to indent the row if the grid data is grouped. | |
MaxHeight | Gets or sets the maximum height (in pixels) allowed. | |
MinHeight | Gets or sets the minimum height (in pixels) allowed. | |
ParentCollection | Gets the collection of rows to which this row belongs. | |
ParentGroup | Gets the parent group. | |
Presenter | Gets the visual element that represent this row. | |
RowHeaderStyle | Gets or sets the style applied to the row header presenter of this row. | |
RowStyle | Gets or sets the style of the row. | |
ShowVerticalFreezingSeparator | Gets a value indicating whether to show vertical freezing separator. | |
Type | Gets the type of row. | |
ValidationResults | Gets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. | |
VerticalOffset | Gets the vertical offset in pixels. | |
Visibility | Gets or sets the visibility of the row. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetCellPresenter | ||
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Unload every visual element which is related to the row. | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToString | Returns a System.String that represents the current System.Object. | |
Validate | Overloaded. Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules. |
Name | Description | |
---|---|---|
CanUserResizeChanged | Occurs after the CanUserResize value changed. | |
CanUserToggleDetailsChanged | Occurs after the CanUserToggleDetails value changed. | |
DetailsVisibilityChanged | Occurs after the visibility of the details of the row changed. | |
HeightChanged | Occurs after the height was changed. | |
IsEditingChanged | Occurs when the IsEditing value changed. | |
Loaded | Occurs after the row is added to the collection of rows. | |
PropertyChanged | Occurs when a property value changes. | |
VisibilityChanged | Occurs after the visibility of the row changed. |