Skip to main content

ColumnView Properties

The base class for Views that display tabular data.
Name Description
AccessibleDescription Gets or sets the object’s description used by accessibility client applications. Inherited from BaseView.
AccessibleName Returns the object’s name used by accessibility client applications. Inherited from BaseView.
AccessibleRole Gets or sets the object’s accessible role. Inherited from BaseView.
ActiveEditor Gets a View’s active editor.
ActiveFilter Gets an object which returns information on the filter criteria applied to the View.
ActiveFilterCriteria Gets or sets the current filter criteria.
ActiveFilterEnabled Gets or sets whether the filtering functionality is enabled.
ActiveFilterString Gets or sets the filter criteria in string format.
Appearance Provides access to the properties that control the appearance of the View’s elements. Inherited from BaseView.
AppearancePrint Provides access to the properties that specify the appearances of View elements when they are printed/exported. Inherited from BaseView.
BaseInfo Gets an object providing information for creating and initializing the View. Inherited from BaseView.
BorderStyle Gets or sets the border style for the current View. Inherited from BaseView.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CanShowEditor Gets a value indicating whether a View can activate cell editors.
Columns Provides access to the collection of columns available for display within the View.
Container Gets the IContainer that contains the Component. Inherited from Component.
DataController Gets the data controller which implements data-aware operations. Inherited from BaseView.
DataRowCount Gets how many data rows are contained within the View. Inherited from BaseView.
DataSource Gets the data source whose data is displayed by a View. Inherited from BaseView.
DefaultEdit Obsolete. The property is obsolete and you should not use it in your code.
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. Inherited from BaseView.
DetailLevel Gets the nesting level of a View. Inherited from BaseView.
DetailTabHeaderLocation Gets or sets the position of detail tabs within detail sections. Inherited from BaseView.
DisableCurrencyManager Gets or sets whether the View’s focused record is synchronized with the current position of the corresponding CurrencyManager object.
Editable Determines whether end-users can modify the View’s cell values.
EditingValue Gets or sets the currently edited value.
EditingValueModified Determines whether the edited cell value has been changed since the cell editor was activated.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FilteredColumnsCount Obsolete. Gets the number of columns that specify filtering conditions.
FilterPanelText Gets the text displayed within the filter panel.
FilterPopupMaxRecordsCount Obsolete. Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns.
FilterPopupRowCount Obsolete. Gets or sets the maximum number of items filter dropdowns can display at once.
FindFilterText Gets or sets the query in the Find Panel.
FindPanelVisible Gets or sets whether the Find Panel is visible.
FocusedColumn Gets or sets the focused column/card field (in CardView and LayoutView Views).
FocusedRowHandle Read this property value to retrieve the currently selected row’s handle. Modify the property to manually select a row with the given handle.
FocusedRowModified Gets a value indicating whether the focused row’s cell values have been modified since the row last received focus.
FocusedValue Gets the focused cell value.
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. Inherited from BaseView.
FormatConditions Gets the collection of style format conditions for a View. Inherited from BaseView.
FormatRules Provides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions.
GridControl Gets the grid control that owns a specific View. Inherited from BaseView.
GroupCount Gets or sets how many columns are used to group data.
GroupedColumns Gets the collection of columns involved in data grouping.
HasColumnErrors Indicates whether the focused row or at least a single cell within the focused row has an error assigned.
HtmlImages Gets 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.
Images Gets or sets a collection of images that can be displayed within column headers and band headers.
IsAsyncInProgress Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode.
IsDefaultState Gets a value indicating whether the View is in normal state. Inherited from BaseView.
IsDetailView Gets a value indicating whether the current View is a detail View. Inherited from BaseView.
IsDisposing Gets whether the current object is being disposed of. Inherited from BaseView.
IsDraggingState Gets a value indicating whether a View element is currently being dragged. Inherited from BaseView.
IsEditing Gets a value indicating whether a View is in edit mode. Inherited from BaseView.
IsEditorFocused Gets a value indicating whether the active editor has input focus.
IsEmpty Determines whether a View contains any rows.
IsFindPanelVisible Gets whether the Find Panel is visible.
IsFirstRow Determines whether the first visible data or group row is focused.
IsFocusedRowLoaded Gets whether the focused row’s data has been loaded (in Instant Feedback Mode).
IsFocusedView Determines whether a View has input focus.
IsLastRow Determines whether the last visible data or group row is focused.
IsLastVisibleRow Determines whether the last visible row is focused.
IsLevelDefault Gets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level. Inherited from BaseView.
IsLoading Gets a value indicating whether a specific View is being initialized at present time. Inherited from BaseView.
IsMultiSelect Indicates whether multiple rows (cards) can be selected.
IsServerMode Gets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowFilterPanel Determines whether the filter panel is visible.
IsSizingState Gets a value indicating whether a View element is currently being resized. Inherited from BaseView.
IsVisible Gets a value indicating whether a View is visible. Inherited from BaseView.
IsZoomedView Determines whether the current detail View is maximized.
LevelName Gets the name of the master-detail relationship corresponding to the current detail View. Inherited from BaseView.
LinkCount Gets how many objects are connected to the View. Inherited from BaseView.
MRUFilters This property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead.
MRUFiltersInfo Provides access to the recently applied filters list (see MRU Filter List article).
Name Gets or sets the View name. Inherited from BaseView.
OptionsBehavior Provides access to the View’s behavior options.
OptionsFilter Provides access to the View’s filtering options.
OptionsFind Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.
OptionsLayout Provides options which control how the current View’s layout is stored to/restored from a data store (a stream, xml file or system registry).
OptionsPrint Provides options that control how the View is printed/exported. Inherited from BaseView.
OptionsSelection Provides access to the View’s selection options.
OptionsView Provides access to the View’s display options.
PaintAppearance Provides access to the appearance settings currently used to paint the View’s elements. Inherited from BaseView.
PaintStyleName This member is not supported. Inherited from BaseView.
ParentView Gets or sets a master View for the current View. Inherited from BaseView.
RowCount Gets a count of the total number of visible rows contained within the current View. Inherited from BaseView.
RowFilter Gets the expression used to filter the records displayed within the View.
SelectedRowsCount Gets the number of selected rows (cards).
ShowButtonMode Obsolete. Gets or sets a value specifying editor button display mode.
Site Gets or sets the ISite of the Component. Inherited from Component.
SortedColumns Gets the collection of columns involved in sorting.
SortInfo Provides access to the collection of sorted and grouping columns within the current View.
SortInfoState This member supports the internal infrastructure, and is not intended to be used directly from your code.
SourceRow Gets a master row for a View. Inherited from BaseView.
SourceRowHandle Gets the handle of a master row for a View. Inherited from BaseView.
SourceView Gets the pattern View used to create a clone View. Inherited from BaseView.
SynchronizeClones Gets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings. Inherited from BaseView.
Tag Gets or sets the data associated with the current View. Inherited from BaseView.
ViewCaption Gets or sets the View Caption. Inherited from BaseView.
ViewCaptionHeight Gets or sets the height of the View Caption region.
ViewRect Gets the bounding rectangle of the View’s visible area. Inherited from BaseView.
ViewRepository Gets the View repository that owns the current View. Inherited from BaseView.
VisibleColumns Gets the visible column collection.
WorkAsLookup This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView.
See Also