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


In This Topic
    DataGridNewRow Class Members
    In This Topic

    The following tables list the members exposed by DataGridNewRow.

    Public Constructors
     NameDescription
    Public Constructor  
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the actual height in pixels. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the actual height in pixels (without the details). (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether this row can be resized by the user. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether the user can toggle details. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the style applied to all the cells of this row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the data grid to which the row belongs. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the data of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the visual element that will be arranged at the bottom of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether this row is showing details. (Inherited from C1.WPF.DataGrid.DataGridRow)
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the visual element that represent the header of this row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the height of this row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the index of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is editable. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is editing. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this instance is entering a new row.  
    Public PropertyGets a value indicating whether the mouse is over the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is selected. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the grouping level of this row. This info will be used to indent the row if the grid data is grouped. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the maximum height (in pixels) allowed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the minimum height (in pixels) allowed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the collection of rows to which this row belongs. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the parent group. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the visual element that represent this row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the style applied to the row header presenter of this row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the style of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether to show vertical freezing separator. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the type of row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets the vertical offset in pixels. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public PropertyGets or sets the visibility of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the default height of the row. (Inherited from C1.WPF.DataGrid.DataGridRow)
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    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. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public MethodOverloaded. Validates the DataGridRow.DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the PropertyChanged event. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Top
    Public Events
     NameDescription
    Public EventOccurs after the DataGridRow.CanUserResize value changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs after the DataGridRow.CanUserToggleDetails value changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs after the visibility of the details of the row changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs after the height was changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs when the IsEditing value changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs when is entering a new row.  
    Public EventOccurs before is entering changed.  
    Public EventOccurs after the row is added to the collection of rows. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs when a property value changes. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Public EventOccurs after the visibility of the row changed. (Inherited from C1.WPF.DataGrid.DataGridRow)
    Top
    See Also