ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class


In This Topic
    DataGridRow Class Properties
    In This Topic

    For a list of all members of this type, see DataGridRow members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid.  
    Public PropertyGets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid.  
    Public PropertyGets the actual height in pixels.  
    Public PropertyGets the actual height in pixels (without the details).  
    Public PropertyGets or sets a value indicating whether this row can be resized by the user.  
    Public PropertyGets or sets a value indicating whether the user can toggle details.  
    Public PropertyGets or sets the style applied to all the cells of this row.  
    Public PropertyGets the data grid to which the row belongs.  
    Public PropertyGets the data of the row.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the visual element that will be arranged at the bottom of the row.  
    Public PropertyGets or sets a value indicating whether this row is showing details.  
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header.  
    Public PropertyGets the visual element that represent the header of this row.  
    Public PropertyGets or sets the height of this row.  
    Public PropertyGets 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.  
    Public PropertyGets the index of the row.  
    Public PropertyGets a value indicating whether this row is editable.  
    Public PropertyGets a value indicating whether this row is editing.  
    Public PropertyGets a value indicating whether the mouse is over the row.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets a value indicating whether the user is allowed to set the current cell from this row.  
    Public PropertyGets a value indicating whether this row is selected.  
    Public PropertyGets the grouping level of this row. This info will be used to indent the row if the grid data is grouped.  
    Public PropertyGets or sets the maximum height (in pixels) allowed.  
    Public PropertyGets or sets the minimum height (in pixels) allowed.  
    Public PropertyGets the collection of rows to which this row belongs.  
    Public PropertyGets the parent group.  
    Public PropertyGets the visual element that represent this row.  
    Public PropertyGets or sets the style applied to the row header presenter of this row.  
    Public PropertyGets or sets the style of the row.  
    Public PropertyGets a value indicating whether to show vertical freezing separator.  
    Public PropertyGets the type of row.  
    Public PropertyGets the vertical offset in pixels.  
    Public PropertyGets or sets the visibility of the row.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the default height of the row.  
    Top
    See Also