Name | Description | |
---|---|---|
DataGridGroupRow Constructor |
The following tables list the members exposed by DataGridGroupRow.
Name | Description | |
---|---|---|
DataGridGroupRow Constructor |
Name | Description | |
---|---|---|
ActualCanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ActualDetailsVisibility | Gets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ActualHeight | Gets the actual height in pixels. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ActualHeightWithoutDetails | Gets the actual height in pixels (without the details). (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
CanUserResize | Gets or sets a value indicating whether this row can be resized by the user. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
CanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
CellStyle | Gets or sets the style applied to all the cells of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Column | Gets the column related to the group. | |
DataGrid | Gets the data grid to which the row belongs. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
DataItem | Gets the data of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
DetailsPresenter | Gets the visual element that will be arranged at the bottom of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
DetailsVisibility | Gets or sets a value indicating whether this row is showing details. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
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. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
GroupKeys | Gets keys that identify the group. | |
GroupRowsVisibility | Gets or sets the visibility of the rows related to the group. | |
HeaderPresenter | Gets the visual element that represent the header of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Height | Gets or sets the height of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
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. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Index | Gets the index of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsEditable | Gets a value indicating whether this row is editable. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsEditing | Gets a value indicating whether this row is editing. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsMouseOver | Gets a value indicating whether the mouse is over the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsSelected | Gets a value indicating whether this row is selected. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Level | Overridden. | |
MaxHeight | Gets or sets the maximum height (in pixels) allowed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
MinHeight | Gets or sets the minimum height (in pixels) allowed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ParentCollection | Gets the collection of rows to which this row belongs. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ParentGroup | Gets the parent group. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Presenter | Gets the visual element that represent this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
RowHeaderStyle | Gets or sets the style applied to the row header presenter of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Rows | Gets the rows inside the group. | |
RowStyle | Gets or sets the style of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
ShowVerticalFreezingSeparator | Gets a value indicating whether to show vertical freezing separator. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Type | Gets the type of row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
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. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
VerticalOffset | Gets the vertical offset in pixels. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Visibility | Gets or sets the visibility of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetCellPresenter | (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
GetGroupText | ||
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Unload every visual element which is related to the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToString | Returns a System.String that represents the current System.Object. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Validate | Overloaded. Validates the DataGridRow.DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules. (Inherited from C1.Silverlight.DataGrid.DataGridRow) |
Name | Description | |
---|---|---|
CanUserResizeChanged | Occurs after the DataGridRow.CanUserResize value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
CanUserToggleDetailsChanged | Occurs after the DataGridRow.CanUserToggleDetails value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
DetailsVisibilityChanged | Occurs after the visibility of the details of the row changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
GroupRowsVisibilityChanged | Occurs when the rows related to the group visibility changed. | |
HeightChanged | Occurs after the height was changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
IsEditingChanged | Occurs when the IsEditing value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
Loaded | Occurs after the row is added to the collection of rows. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.Silverlight.DataGrid.DataGridRow) | |
VisibilityChanged | Occurs after the visibility of the row changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow) |