BaseView Properties
Serves as the base for objects representing Views in a grid control.
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Returns the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Active |
Gets the active editor within a View. |
Appearance | Provides access to the properties that control the appearance of the View’s elements. |
Appearance |
Provides access to the properties that specify the appearances of View elements when they are printed/exported. |
Base |
Gets an object providing information for creating and initializing the View. |
Border |
Gets or sets the border style for the current View. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Gets the data controller which implements data-aware operations. |
Data |
Gets how many data rows are contained within the View. |
Data |
Gets the data source whose data is displayed by a View. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Detail |
Gets or sets the maximum height of a View when it serves as a detail View. |
Detail |
Gets the nesting level of a View. |
Detail |
Gets or sets the position of detail tabs within detail sections. |
Editable | Determines whether end-users can modify the View’s cell values. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Force |
Gets or sets whether double-clicking within the View fires the Double |
Format |
Gets the collection of style format conditions for a View. |
Grid |
Gets the grid control that owns a specific View. |
Html |
Gets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag. |
Is |
Gets a value indicating whether the View is in normal state. |
Is |
Gets a value indicating whether the current View is a detail View. |
Is |
Gets whether the current object is being disposed of. |
Is |
Gets a value indicating whether a View element is currently being dragged. |
Is |
Gets a value indicating whether a View is in edit mode. |
Is |
Gets a value indicating whether a View is currently focused. |
Is |
Gets whether the current View object is associated with a node within the Grid |
Is |
Gets a value indicating whether a specific View is being initialized at present time. |
Is |
Gets whether the View obtains data in Server Mode. |
Is |
Gets a value indicating whether a View element is currently being resized. |
Is |
Gets a value indicating whether a View is visible. |
Is |
Gets a value indicating whether the current View is maximized. |
Level |
Gets the name of the master-detail relationship corresponding to the current detail View. |
Link |
Gets how many objects are connected to the View. |
Name | Gets or sets the View name. |
Options |
Provides options that control how the current View’s layout is stored to/restored from a stream, xml file or system registry. |
Options |
Provides options that control how the View is printed/exported. |
Paint |
Provides access to the appearance settings currently used to paint the View’s elements. |
Paint |
This member is not supported. |
Parent |
Gets or sets a master View for the current View. |
Row |
Gets a count of the total number of visible rows contained within the current View. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Source |
Gets a master row for a View. |
Source |
Gets the handle of a master row for a View. |
Source |
Gets the pattern View used to create a clone View. |
Synchronize |
Gets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings. |
Tag | Gets or sets the data associated with the current View. |
View |
Gets or sets the View Caption. |
View |
Gets the bounding rectangle of the View’s visible area. |
View |
Gets the View repository that owns the current View. |
Work |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
See Also