Name | Description | |
---|---|---|
![]() | GridBoundRow Constructor | Overloaded. |
The following tables list the members exposed by GridBoundRow.
Name | Description | |
---|---|---|
![]() | GridBoundRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ActualHeight | Gets the actual height of the row in pixels. (Inherited from C1.WPF.Grid.GridRow) |
![]() | ActualVisible | Gets a value indicating whether the row is visible. The row could be collapsed either because the GridRow.IsVisible was set to false or the GridRow.Parent is collapsed. (Inherited from C1.WPF.Grid.GridRow) |
![]() | AllowDragging | Gets or sets a value indicating whether this row can be dragged. (Inherited from C1.WPF.Grid.GridRow) |
![]() | AllowMerging | Gets or sets a value that indicates whether cells in this row can be merged. (Inherited from C1.WPF.Grid.GridRow) |
![]() | AllowResizing | Gets or sets a value indicating whether this row can be resized. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Background | Gets or sets the System.Windows.Media.Brush used to paint the background of cells in this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | CellFactory | Gets the cell-factory. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Children | Gets the children of this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | DataCollection | Gets the collection to which the bound item belongs to. (Inherited from C1.WPF.Grid.GridRow) |
![]() | DataIndex | Gets the index of the data inside the collection of items. (Inherited from C1.WPF.Grid.GridRow) |
![]() | DataItem | Gets the data item. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Foreground | Gets or sets the System.Windows.Media.Brush used to paint the foreground of cells in this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Grid | Gets the grid containing this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | HasErrors | Gets whether a row has errors (Inherited from C1.WPF.Grid.GridRow) |
![]() | HeaderBackground | Gets or sets the System.Windows.Media.Brush used to paint the background of header cells in this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | HeaderForeground | Gets or sets the System.Windows.Media.Brush used to paint the foreground of header cells in this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Height | Gets or sets the height of the row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.WPF.Grid.GridRowCol) |
![]() | IsAutoGenerated | Gets a value indicating whether this column or row was generated from source. (Inherited from C1.WPF.Grid.GridRowCol) |
![]() | IsReadOnly | Gets or sets a value indicating whether this row is read only. (Inherited from C1.WPF.Grid.GridRow) |
![]() | IsVisible | Gets or sets a value indicating whether the row is visible and not collapsed. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Level | Gets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.WPF.Grid.GridRow) |
![]() | MaxHeight | Gets or sets the maximum height of the row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | MinHeight | Gets or sets the minimum height of the row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Parent | Gets the parent group row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | WordWrap | Gets or sets a value indicating whether cells in the row wrap their content. (Inherited from C1.WPF.Grid.GridRow) |
Name | Description | |
---|---|---|
![]() | AllowCustomCells | When set to true the methods GridRow.GetCellKind, GridRow.CreateCell, GridRow.BindCell and GridRow.UnbindCell will be called allowing customized cells, inheriting from GridCellView. (Inherited from C1.WPF.Grid.GridRow) |
![]() | AreChildrenBelow | Gets whether the children are below this row. (Inherited from C1.WPF.Grid.GridRow) |
Name | Description | |
---|---|---|
![]() | AllowCustomCell | Gets whether custom cells are allowed for the specified range. (Inherited from C1.WPF.Grid.GridRow) |
![]() | GetColumnErrors | Gets the errors for the specified column. (Inherited from C1.WPF.Grid.GridRow) |
![]() | GetErrors | Gets the errors in this row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | HasColumnErrors | Gets whether the row has errors in the specified column. (Inherited from C1.WPF.Grid.GridRow) |
![]() | Refresh | Overloaded. Refresh all the cells in the row. (Inherited from C1.WPF.Grid.GridRow) |
![]() | ToString | (Inherited from C1.WPF.Grid.GridRow) |
Name | Description | |
---|---|---|
![]() | IsDataItemSet | Gets whether the data-item was already set. (Inherited from C1.WPF.Grid.GridRow) |
![]() | OnAttached | Called when the row is attached to a collection of rows. (Inherited from C1.WPF.Grid.GridRow) |
![]() | OnDetached | Called when the row is detached from a collection of rows. (Inherited from C1.WPF.Grid.GridRow) |
![]() | OnPropertyChanged | Called when a property changed. (Inherited from C1.WPF.Grid.GridRowCol) |
![]() | OnPropertyChanging | Called before a property changed. (Inherited from C1.WPF.Grid.GridRowCol) |
![]() | SetDataItem | Sets the data-item owned by the row. (Inherited from C1.WPF.Grid.GridRow) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.WPF.Grid.GridRowCol) |
![]() | PropertyChanging | Occurs before a property value changes. (Inherited from C1.WPF.Grid.GridRowCol) |