Back to Devexpress

BaseView Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-underscore-properties.md

latest10.4 KB
Original Source

BaseView Properties

Serves as the base for objects representing Views in a grid control.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameReturns the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
ActiveEditorGets the active editor within a View.
AppearanceProvides access to the properties that control the appearance of the View’s elements.
AppearancePrintProvides access to the properties that specify the appearances of View elements when they are printed/exported.
BaseInfoGets an object providing information for creating and initializing the View.
BorderStyleGets or sets the border style for the current View.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataControllerGets the data controller which implements data-aware operations.
DataRowCountGets how many data rows are contained within the View.
DataSourceGets the data source whose data is displayed by a View.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeightGets or sets the maximum height of a View when it serves as a detail View.
DetailLevelGets the nesting level of a View.
DetailTabHeaderLocationGets or sets the position of detail tabs within detail sections.
EditableDetermines whether end-users can modify the View’s cell values.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ForceDoubleClickGets 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.
FormatConditionsGets the collection of style format conditions for a View.
GridControlGets the grid control that owns a specific View.
HtmlImagesGets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag.
IsDefaultStateGets a value indicating whether the View is in normal state.
IsDetailViewGets a value indicating whether the current View is a detail View.
IsDisposingGets whether the current object is being disposed of.
IsDraggingStateGets a value indicating whether a View element is currently being dragged.
IsEditingGets a value indicating whether a View is in edit mode.
IsFocusedViewGets a value indicating whether a View is currently focused.
IsLevelDefaultGets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level.
IsLoadingGets a value indicating whether a specific View is being initialized at present time.
IsServerModeGets whether the View obtains data in Server Mode.
IsSizingStateGets a value indicating whether a View element is currently being resized.
IsVisibleGets a value indicating whether a View is visible.
IsZoomedViewGets a value indicating whether the current View is maximized.
LevelNameGets the name of the master-detail relationship corresponding to the current detail View.
LinkCountGets how many objects are connected to the View.
LookUpOwner
NameGets or sets the View name.
OptionsLayoutProvides options that control how the current View’s layout is stored to/restored from a stream, xml file or system registry.
OptionsPrintProvides options that control how the View is printed/exported.
PaintAppearanceProvides access to the appearance settings currently used to paint the View’s elements.
PaintStyleNameThis member is not supported.
ParentViewGets or sets a master View for the current View.
RowCountGets a count of the total number of visible rows contained within the current View.
SiteGets or sets the ISite of the Component. Inherited from Component.
SourceRowGets a master row for a View.
SourceRowHandleGets the handle of a master row for a View.
SourceViewGets the pattern View used to create a clone View.
SynchronizeClonesGets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings.
TagGets or sets the data associated with the current View.
ViewCaptionGets or sets the View Caption.
ViewRectGets the bounding rectangle of the View’s visible area.
ViewRepositoryGets the View repository that owns the current View.
WorkAsLookupThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace