Back to Devexpress

ColumnView Properties

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

latest24.2 KB
Original Source

ColumnView Properties

The base class for Views that display tabular data.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from BaseView.
AccessibleNameReturns the object’s name used by accessibility client applications. Inherited from BaseView.
AccessibleRoleGets or sets the object’s accessible role. Inherited from BaseView.
ActiveEditorGets a View’s active editor.
ActiveFilterGets an object which returns information on the filter criteria applied to the View.
ActiveFilterCriteriaGets or sets the current filter criteria.
ActiveFilterEnabledGets or sets whether the filtering functionality is enabled.
ActiveFilterStringGets or sets the filter criteria in string format.
AppearanceProvides access to the properties that control the appearance of the View’s elements. Inherited from BaseView.
AppearancePrintProvides access to the properties that specify the appearances of View elements when they are printed/exported. Inherited from BaseView.
BaseInfoGets an object providing information for creating and initializing the View. Inherited from BaseView.
BorderStyleGets or sets the border style for the current View. Inherited from BaseView.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CanShowEditorGets a value indicating whether a View can activate cell editors.
ColumnsProvides access to the collection of columns available for display within the View.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataControllerGets the data controller which implements data-aware operations. Inherited from BaseView.
DataRowCountGets how many data rows are contained within the View. Inherited from BaseView.
DataSourceGets the data source whose data is displayed by a View. Inherited from BaseView.
DefaultEditObsolete. The property is obsolete and you should not use it in your code.
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. Inherited from BaseView.
DetailLevelGets the nesting level of a View. Inherited from BaseView.
DetailTabHeaderLocationGets or sets the position of detail tabs within detail sections. Inherited from BaseView.
DisableCurrencyManagerGets or sets whether the View’s focused record is synchronized with the current position of the corresponding CurrencyManager object.
EditableDetermines whether end-users can modify the View’s cell values.
EditingValueGets or sets the currently edited value.
EditingValueModifiedDetermines whether the edited cell value has been changed since the cell editor was activated.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FilteredColumnsCountObsolete. Gets the number of columns that specify filtering conditions.
FilterPanelTextGets the text displayed within the filter panel.
FilterPopupMaxRecordsCountObsolete. Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns.
FilterPopupRowCountObsolete. Gets or sets the maximum number of items filter dropdowns can display at once.
FindFilterTextGets or sets the query in the Find Panel.
FindPanelItemsGets settings that allow you to display custom items within the Find Panel.
FindPanelVisibleGets or sets whether the Find Panel is visible. This property is obsolete.
FocusedColumnGets or sets the focused column/card field (in CardView and LayoutView Views).
FocusedRowHandleGet or sets the focused row’s handle.
FocusedRowModifiedGets a value indicating whether the focused row’s cell values have been modified since the row last received focus.
FocusedValueGets the focused cell value.
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. Inherited from BaseView.
FormatConditionsGets the collection of style format conditions for a View. Inherited from BaseView.
FormatRulesProvides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions.
GridControlGets the grid control that owns a specific View. Inherited from BaseView.
GroupCountGets or sets how many columns are used to group data.
GroupedColumnsGets the collection of columns involved in data grouping.
HasColumnErrorsIndicates whether the focused row or at least a single cell within the focused row has an error assigned.
HtmlImagesGets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag. Inherited from BaseView.
ImagesGets or sets a collection of images that can be displayed within column headers and band headers.
IsAsyncInProgressGets whether async data loading is in progress. This property is in effect in Instant Feedback Mode.
IsDefaultStateGets a value indicating whether the View is in normal state. Inherited from BaseView.
IsDetailViewGets a value indicating whether the current View is a detail View. Inherited from BaseView.
IsDisposingGets whether the current object is being disposed of. Inherited from BaseView.
IsDraggingStateGets a value indicating whether a View element is currently being dragged. Inherited from BaseView.
IsEditingGets a value indicating whether a View is in edit mode. Inherited from BaseView.
IsEditorFocusedGets a value indicating whether the active editor has input focus.
IsEmptyDetermines whether a View contains any rows.
IsFindPanelVisibleGets whether the Find Panel is visible.
IsFirstRowDetermines whether the first visible data or group row is focused.
IsFocusedRowLoadedGets whether the focused row’s data has been loaded (in Instant Feedback Mode).
IsFocusedViewDetermines whether a View has input focus.
IsLastRowDetermines whether the last visible data or group row is focused.
IsLastVisibleRowDetermines whether the last visible row is focused.
IsLevelDefaultGets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level. Inherited from BaseView.
IsLoadingGets a value indicating whether a specific View is being initialized at present time. Inherited from BaseView.
IsMultiSelectIndicates whether multiple rows (cards) can be selected.
IsServerModeGets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowFilterPanelDetermines whether the filter panel is visible.
IsSizingStateGets a value indicating whether a View element is currently being resized. Inherited from BaseView.
IsVisibleGets a value indicating whether a View is visible. Inherited from BaseView.
IsZoomedViewDetermines whether the current detail View is maximized.
LevelNameGets the name of the master-detail relationship corresponding to the current detail View. Inherited from BaseView.
LinkCountGets how many objects are connected to the View. Inherited from BaseView.
LookUpOwnerInherited from BaseView.
MRUFiltersThis property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead.
MRUFiltersInfoProvides access to the recently applied filters list (see MRU Filter List article).
NameGets or sets the View name. Inherited from BaseView.
OptionsBehaviorProvides access to the View’s behavior options.
OptionsFilterProvides access to the View’s filtering options.
OptionsFindProvides access to settings controlling the behavior and visibility of the Find Panel and its elements.
OptionsLayoutProvides options which control how the current View’s layout is stored to/restored from a data store (a stream, xml file or system registry).
OptionsPrintProvides options that control how the View is printed/exported. Inherited from BaseView.
OptionsSelectionProvides access to the View’s selection options.
OptionsViewProvides access to the View’s display options.
PaintAppearanceProvides access to the appearance settings currently used to paint the View’s elements. Inherited from BaseView.
PaintStyleNameThis member is not supported. Inherited from BaseView.
ParentViewGets or sets a master View for the current View. Inherited from BaseView.
RowCountGets a count of the total number of visible rows contained within the current View. Inherited from BaseView.
RowFilterGets the expression used to filter the records displayed within the View.
SelectedRowsCountGets the number of selected rows (cards).
ShowButtonModeObsolete. Gets or sets a value specifying editor button display mode.
SiteGets or sets the ISite of the Component. Inherited from Component.
SortedColumnsGets the collection of columns involved in sorting.
SortInfoProvides access to the collection of sorted and grouping columns within the current View.
SortInfoStateThis member supports the internal infrastructure, and is not intended to be used directly from your code.
SourceRowGets a master row for a View. Inherited from BaseView.
SourceRowHandleGets the handle of a master row for a View. Inherited from BaseView.
SourceViewGets the pattern View used to create a clone View. Inherited from BaseView.
SynchronizeClonesGets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings. Inherited from BaseView.
TagGets or sets the data associated with the current View. Inherited from BaseView.
ViewCaptionGets or sets the View Caption. Inherited from BaseView.
ViewCaptionHeightGets or sets the height of the View Caption region.
ViewRectGets the bounding rectangle of the View’s visible area. Inherited from BaseView.
ViewRepositoryGets the View repository that owns the current View. Inherited from BaseView.
VisibleColumnsGets the visible column collection.
WorkAsLookupThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView.

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace