ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class
Fields Properties Methods Events


In This Topic
    DataGridRow Class Members
    In This Topic

    The following tables list the members exposed by DataGridRow.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataGridRow class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the Height dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MaxHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MinHeight dependency property.  
    Top
    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
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodUnload every visual element which is related to the row.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public MethodReturns a System.String that represents the current System.Object.  
    Public MethodOverloaded. Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the CanUserResize value changed.  
    Public EventOccurs after the CanUserToggleDetails value changed.  
    Public EventOccurs after the visibility of the details of the row changed.  
    Public EventOccurs after the height was changed.  
    Public EventOccurs when the IsEditing value changed.  
    Public EventOccurs after the row is added to the collection of rows.  
    Public EventOccurs when a property value changes.  
    Public EventOccurs after the visibility of the row changed.  
    Top
    See Also