IWebDataGridView

Assembly: WebForms;

Description

The IWebDataGridView interface contains properties and methods of the DataGridView web form component.

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebDataGridView

Properties

  Property name Brief description
DataGridView The DataGridView property returns the component table view.

Properties inherited from IWebControl

  Property name Brief description
BorderColor The BorderColor property determines a component border color.
Color The Color property determines a component background color.
Enabled The Enabled property determines whether the component is available for the user.
PopupMenu The PopupMenu property determines the context menu displayed for the component.
Text The Text property determines the row identifying the component for the user.
Visible The Visible property determines whether the component is displayed when a form is executed.

See also:

WebForms Assembly Interfaces