ComponentOne DataObjects for .NET
C1ExpressView Class Members
Properties  Methods  Events

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressView Class

The following tables list the members exposed by C1ExpressView.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1ExpressView class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether adding new rows to this data view is allowed. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets a value indicating whether deleting rows from this data view is allowed. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets a value indicating whether the data view is automatically refreshed when one of the following properties changes: TableViewName, TableName, RowFilter, RowStateFilter, Sort. (Inherited from C1.Data.C1DataView)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the total number of rows in the data view. (Inherited from C1.Data.C1DataView)
Public PropertyGets the data table object which is the source of this data view. (Inherited from C1.Data.C1DataView)
Public PropertyGets the C1.Data.C1DataView component with IsDefault = True, if one is connected to this data view. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets the source C1ExpressTable component.  
Public PropertyGets or sets the source C1ExpressTable component name, including components residing in other forms.  
Public PropertyGets or sets a value indicating whether this component's RowFilter and Sort settings are applied to any binding to the table view in the data set. (Inherited from C1.Data.C1DataView)
Public PropertyGets the row at the specified index in the data view. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets the current row position for controls bound to this component. (Inherited from C1.Data.BaseDataSourceComponent)
Public PropertyGets or sets a value indicating whether changes to the rows of this data view are allowed. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets the expression used to filter rows in the data view. (Inherited from C1.Data.C1DataView)
Public PropertyGets or sets the row state filter used in the data view. (Inherited from C1.Data.C1DataView)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the sort field or fields, and sort order for the data view. (Inherited from C1.Data.C1DataView)
Top
Public Methods
 NameDescription
Public MethodAdds a new row to the data view. (Inherited from C1.Data.C1DataView)
Public MethodDetermines whether an element is in the collection. (Inherited from C1.Data.C1DataView)
Public MethodCopies the collection or a portion of it to a one-dimensional array. (Inherited from C1.Data.C1DataView)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodDeletes a row from the source table view or table. (Inherited from C1.Data.C1DataView)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Finds a row in the data view by the specified sort key value. (Inherited from C1.Data.C1DataView)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns the zero-based index of a given row in the collection. (Inherited from C1.Data.C1DataView)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Refreshes the collection of data view rows. (Inherited from C1.Data.C1DataView)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventFired when there are changes in the current row, whatever their cause, resulting from field change, current row change or complete data refresh. (Inherited from C1.Data.BaseDataSourceComponent)
Public Event (Inherited from System.ComponentModel.Component)
Public EventUsed to programmatically specify the list of rows in a data view. (Inherited from C1.Data.C1DataView)
Public EventFired when controls bound to this component change their current row position. (Inherited from C1.Data.BaseDataSourceComponent)
Top
See Also

Reference

C1ExpressView Class
C1.Data.Express Namespace