The GroupRow type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetCellRange | |
![]() |
GetData |
Gets the value stored in this row at a given column.
(Inherited from Row.) |
![]() |
GetDataFormatted |
Gets the display (formatted) value stored in this row at a given column.
(Inherited from Row.) |
![]() |
GetDataItems |
Gets a collection of data items in the group represented by this
GroupRow.
|
![]() |
GetDataRaw |
Gets the raw (unformatted) value stored in this row at a given column.
(Inherited from Row.) |
![]() |
GetErrors |
Gets a string containing all the errors associated with the
data item bound to this row or with a specific property of
the data item.
(Inherited from Row.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUnboundValue |
Gets the unbound value stored in this row at a given column.
(Inherited from Row.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnPropertyChanged |
Raises the PropertyChanged event on the parent rows collection.
(Inherited from Row.) |
![]() |
SetData |
Sets the value stored in this row at a given column.
(Inherited from Row.) |
![]() |
SetUnboundValue |
Assigns an unbound value to this row at a given column.
(Inherited from Row.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
ActualHeight |
Gets the rendering height of this row in pixels.
(Inherited from Row.) |
![]() |
AllowDragging |
Gets or sets a value that indicates whether the user can move this row or column
to a new position with the mouse.
(Inherited from RowCol.) |
![]() |
AllowMerging |
Gets or sets a value that indicates whether cells in this row or column can be merged.
(Inherited from RowCol.) |
![]() |
AllowResizing |
Gets or sets a value that indicates whether the user can resize this row or column with the mouse.
(Inherited from RowCol.) |
![]() |
Background |
Gets or sets the Brush used to paint the background
of cells in this row/column.
(Inherited from RowCol.) |
![]() |
Bottom |
Gets the position of the bottom of this row, in pixels, relative to the grid.
(Inherited from Row.) |
![]() |
CellStyle |
Gets or sets a CellStyle that defines the appearance of the cells
in this row or column.
(Inherited from RowCol.) |
![]() |
DataItem |
Item in the ItemsSource that this row is bound to.
(Inherited from Row.) |
![]() |
FontFamily |
Gets or sets the FontFamily used to render text in this row/column.
(Inherited from RowCol.) |
![]() |
FontSize |
Gets or sets the font size used to render text in this row/column.
(Inherited from RowCol.) |
![]() |
FontStyle |
Gets or sets the FontStyle used to render text in this row/column.
(Inherited from RowCol.) |
![]() |
FontWeight |
Gets or sets the FontWeight used to render text in this row/column.
(Inherited from RowCol.) |
![]() |
Foreground |
Gets or sets the Brush used to paint text in this row/column.
(Inherited from RowCol.) |
![]() |
Grid |
Gets the C1FlexGrid that this row belongs to.
(Inherited from Row.) |
![]() |
GridPanel |
Gets the GridPanel that this row belongs to.
(Inherited from Row.) |
![]() |
Group |
Gets or sets the CollectionViewGroup object associated
with this GroupRow.
|
![]() |
HasChildren |
Gets a value that indicates whether this group row has child rows.
|
![]() |
HeaderBackground |
Gets or sets the Brush used to paint the background
of header cells in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderCellStyle |
Gets or sets a CellStyle that defines the appearance of the header cells
in this row or column.
(Inherited from RowCol.) |
![]() |
HeaderFontFamily |
Gets or sets the FontFamily used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderFontSize |
Gets or sets the font size used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderFontStyle |
Gets or sets the FontStyle used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderFontWeight |
Gets or sets the FontWeight used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderForeground |
Gets or sets the Brush used to paint text of the header cells
in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderHorizontalAlignment |
Gets or sets the HorizontalAlignment of the header cells in this row/column.
(Inherited from RowCol.) |
![]() |
HeaderTextTrimming |
Gets or sets how text should be trimmed when it overflows the size of the header cells in
this row/column.
(Inherited from RowCol.) |
![]() |
HeaderTextWrapping |
Gets or sets whether text should be allowed to wrap in header cells in
this row/column.
(Inherited from RowCol.) |
![]() |
HeaderVerticalAlignment |
Gets or sets the VerticalAlignment of the header cells in this row/column.
(Inherited from RowCol.) |
![]() |
Height |
Gets or sets the height of this row in pixels (set to -1 to use the default height).
(Inherited from Row.) |
![]() |
HorizontalAlignment |
Gets or sets the HorizontalAlignment of the cells in this row/column.
(Inherited from RowCol.) |
![]() |
Index |
Gets the index of this row in the grid's Rows collection.
(Inherited from Row.) |
![]() |
IsCollapsed |
Gets or sets a value that indicates whether this GroupRow
is collapsed (child rows are hidden) or expanded (child rows are visible).
|
![]() |
IsReadOnly |
Gets or sets a value that indicates whether cells in this row or column can be
edited.
(Inherited from RowCol.) |
![]() |
IsVisible |
Gets a value that indicates whether this row or column is visible and not collapsed.
(Inherited from RowCol.) |
![]() |
Item[([( Int32])]) |
Gets or sets the data stored in this row at a specific column.
(Inherited from Row.) |
![]() |
Item[([( String])]) |
Gets or sets the data stored in this row at a specific column.
(Inherited from Row.) |
![]() |
Item[([( Column])]) |
Gets or sets the data stored in this row at a specific column.
(Inherited from Row.) |
![]() |
Level |
Gets or sets a value that represents the level of the group associated
with this GroupRow.
|
![]() |
Selected |
Gets or sets a value that determines whether this row is selected.
(Inherited from Row.) |
![]() |
Tag |
Gets or sets an arbitrary object value that
can be used to store custom information about this object.
(Inherited from RowCol.) |
![]() |
TextTrimming |
Gets or sets how text should be trimmed when it overflows the size of the cells in
this row/column.
(Inherited from RowCol.) |
![]() |
TextWrapping |
Gets or sets whether text should be allowed to wrap in cells in this row/column.
(Inherited from RowCol.) |
![]() |
Top |
Gets the position of the top of this row, in pixels, relative to the grid.
(Inherited from Row.) |
![]() |
VerticalAlignment |
Gets or sets the VerticalAlignment of the cells in this row/column.
(Inherited from RowCol.) |
![]() |
Visible |
Gets or sets a value that indicates whether this row or column is visible.
(Inherited from RowCol.) |