Skip to main content
A newer version of this page is available. .

BaseView Properties

Serves as the base for objects representing Views in a grid control.
Name Description
ActiveEditor Gets the active editor within a View.
ActivePaintStyleName Gets the name of the currently applied painting scheme.
Appearance Provides access to the properties that control the appearance of the View’s elements.
AppearancePrint Provides access to the properties that specify the appearances of View elements when they are printed/exported.
BaseInfo Gets an object providing information for creating and initializing the View.
BorderStyle Gets or sets the border style for the current View.
CanRaiseEvents protected 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.
DataController Gets the data controller which implements data-aware operations.
DataRowCount Gets how many data rows are contained within the View.
DataSource Gets the data source whose data is displayed by a View.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeight Gets or sets the maximum height of a View when it serves as a detail View.
DetailLevel Gets the nesting level of a View.
DetailTabHeaderLocation 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.
ForceDoubleClick Gets or sets whether double-clicking within the View fires the DoubleClick event, even if a data cell has been double-clicked and its editor has been invoked on the first click.
FormatConditions Gets the collection of style format conditions for a View.
GridControl Gets the grid control that owns a specific View.
HtmlImages Gets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag.
IsDefaultState Gets a value indicating whether the View is in normal state.
IsDetailView Gets a value indicating whether the current View is a detail View.
IsDisposing Gets whether the current object is being disposed of.
IsDraggingState Gets a value indicating whether a View element is currently being dragged.
IsEditing Gets a value indicating whether a View is in edit mode.
IsFocusedView Gets a value indicating whether a View is currently focused.
IsLevelDefault Gets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level.
IsLoading Gets a value indicating whether a specific View is being initialized at present time.
IsServerMode Gets whether the View obtains data in Server Mode.
IsSizingState Gets a value indicating whether a View element is currently being resized.
IsVisible Gets a value indicating whether a View is visible.
IsZoomedView Gets a value indicating whether the current View is maximized.
LevelName Gets the name of the master-detail relationship corresponding to the current detail View.
LinkCount Gets how many objects are connected to the View.
Name Gets or sets the View name.
OptionsLayout Provides options that control how the current View’s layout is stored to/restored from a stream, xml file or system registry.
OptionsPrint Provides options that control how the View is printed/exported.
PaintAppearance Provides access to the appearance settings currently used to paint the View’s elements.
PaintStyleName Gets or sets the paint style name for the current View.
ParentView Gets or sets a master View for the current View.
RowCount 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.
SourceRow Gets a master row for a View.
SourceRowHandle Gets the handle of a master row for a View.
SourceView Gets the pattern View used to create a clone View.
SynchronizeClones 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.
ViewCaption Gets or sets the View Caption.
ViewRect Gets the bounding rectangle of the View’s visible area.
ViewRepository Gets the View repository that owns the current View.
WorkAsLookup This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also