ComponentOne DataObjects for .NET
ExposedInBinding Property (TableView)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableView Class : ExposedInBinding Property
Gets or sets a value indicating whether table view is used for data binding (shown in the DataMember property of bound controls).
Syntax
'Declaration
 
Public Overridable Property ExposedInBinding As System.Boolean
public virtual System.bool ExposedInBinding {get; set;}
Remarks
The default value of this property is True.

If this property is set to False, the table view will be available only programmatically (through the C1DataSet.TableViews[] collection), but data binding will not see it. A data bound control, such as a grid, has only table views with ExposedInBinding=True available for selection in its DataMember property for data binding.

Use this property to hide table views that you only need programmatically and do not need to appear in bound controls for the end user.

This property shows/hides individual TableView objects in data binding. If you need to show/hide a whole path of TableView objects, use the ViewRelation.ExposedInBinding property.

See Also

Reference

TableView Class
TableView Members