C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Row Class


Row Class Methods

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

Public Methods
 NameDescription
Public MethodGets the display (formatted) value stored in this row at a given column.  
Public MethodGets the raw (unformatted) value stored in this row at a given column.  
Public MethodGets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item.  
Top
Protected Methods
 NameDescription
Protected MethodGets the value stored in this row at a given column.  
Protected MethodGets the unbound value stored in this row at a given column.  
Protected MethodOverridden. Raises the PropertyChanged event on the parent rows collection.  
Protected MethodSets the value stored in this row at a given column.  
Protected MethodAssigns an unbound value to this row at a given column.  
Protected MethodCalled when any RowCol.CellStyle owned by the grid changes. (Inherited from C1.WPF.FlexGrid.RowCol)
Top
See Also