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

WinExplorerView Properties

Displays records using one of seven styles supported by MS Windows Explorer - Small, Medium, Large, Extra Large, List, Tiles and Content.
Name Description
ActiveEditor Gets a View’s active editor. Inherited from ColumnView.
ActiveFilter Gets an object which represents the filter criteria for the current View. Inherited from ColumnView.
ActiveFilterCriteria Gets or sets the current filter criteria. Inherited from ColumnView.
ActiveFilterEnabled Gets or sets whether the filtering functionality is enabled. Inherited from ColumnView.
ActiveFilterString Gets or sets the total filter expression for the current View. Inherited from ColumnView.
ActivePaintStyleName Gets the name of the currently applied painting scheme. Inherited from BaseView.
Appearance Provides access to the appearance settings for all visual elements within this WinExplorerView.
AppearancePrint Provides access to the properties that specify the WinExplorerView‘s element appearances when the View is printed/exported.
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. Inherited from ColumnView.
Columns Provides access to the collection of columns available for display within the View. Inherited from ColumnView.
ColumnSet Stores a collection of WinExplorerView‘s fields and columns, assigned to these fields.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContextButtonOptions Provides access to properties common to all context buttons within this WinExplorerView.
ContextButtons Gets the ContextItemCollection object that contains context buttons for this WinExplorerView.
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. Inherited from ColumnView.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeight This member supports the internal infrastructure, and is not intended to be used directly from your code.
DetailLevel Gets the nesting level of a View. Inherited from BaseView.
DetailTabHeaderLocation This member supports the internal infrastructure, and is not intended to be used directly from your code.
DisableCurrencyManager Gets or sets whether the View’s focused record is synchronized with the current position of the corresponding CurrencyManager object. Inherited from ColumnView.
Editable Determines whether end-users can modify the View’s cell values. Inherited from ColumnView.
EditingValue Gets or sets the currently edited value. Inherited from ColumnView.
EditingValueModified Determines whether the edited cell value has been changed since the cell editor was activated. Inherited from ColumnView.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExtraLargeImages Gets or sets the object that stores Extra Large Images for this WinExplorerView.
FilteredColumnsCount Obsolete. Gets the number of columns that specify filtering conditions. Inherited from ColumnView.
FilterPanelText Gets the text displayed within the filter panel. Inherited from ColumnView.
FilterPopupMaxRecordsCount Obsolete. Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. Inherited from ColumnView.
FilterPopupRowCount Obsolete. Gets or sets the maximum number of items filter dropdowns can display at once. Inherited from ColumnView.
FindFilterText Gets or sets the query in the Find Panel. Inherited from ColumnView.
FindPanelVisible Gets or sets whether the Find Panel is visible. Inherited from ColumnView.
FocusedColumn Gets or sets the focused column/card field (in CardView and LayoutView Views). Inherited from ColumnView.
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. Inherited from ColumnView.
FocusedRowModified Gets a value indicating whether the focused row’s cell values have been modified since the row last received focus. Inherited from ColumnView.
FocusedValue Gets the focused cell value. Inherited from ColumnView.
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. Inherited from ColumnView.
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. Inherited from ColumnView.
GroupedColumns Gets the collection of columns involved in data grouping. Inherited from ColumnView.
HasColumnErrors Indicates whether the focused row or at least a single cell within the focused row has an error assigned. Inherited from ColumnView.
HtmlImages HTML images are not supported for the WinExplorerView.
Images Gets or sets a collection of images that can be displayed within column headers and band headers. Inherited from ColumnView.
IsAsyncInProgress Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. Inherited from ColumnView.
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 whether an item within this WinExplorerView is currently being edited.
IsEditorFocused Gets a value indicating whether the active editor has input focus. Inherited from ColumnView.
IsEmpty Determines whether a View contains any rows. Inherited from ColumnView.
IsFindPanelVisible Gets whether the Find Panel is visible. Inherited from ColumnView.
IsFirstRow Determines whether the first visible data or group row is focused. Inherited from ColumnView.
IsFocusedRowLoaded Gets whether the focused row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
IsFocusedView Determines whether a View has input focus. Inherited from ColumnView.
IsLastRow Determines whether the last visible data or group row is focused. Inherited from ColumnView.
IsLastVisibleRow Determines whether the last visible row is focused. Inherited from ColumnView.
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 Gets whether this WinExplorerView currently allows end-users to select more than one item.
IsServerMode Gets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowFilterPanel Determines whether the filter panel is visible. Inherited from ColumnView.
IsSizingState Gets a value indicating whether a View element is currently being resized. Inherited from BaseView.
IsVisible Gets whether this WinExplorerView is currently visible.
IsZoomedView This member supports the internal infrastructure, and is not intended to be used directly from your code.
LargeImages Gets or sets the collection of large images for this WinExplorerView.
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.
MediumImages Gets or sets the collection of medium images for this WinExplorerView.
MRUFilters This property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead. Inherited from ColumnView.
MRUFiltersInfo Provides access to the recently applied filters list (see MRU Filter List article). Inherited from ColumnView.
Name Gets or sets the View name. Inherited from BaseView.
OptionsBehavior Gets the object that stores the common View’s behavior settings.
OptionsFilter Filtering is not supported within the WinExplorerView.
OptionsFind Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. Inherited from ColumnView.
OptionsImageLoad Provides access to properties that manage View item image behavior.
OptionsLayout Provides access to properties that affect the layout of this WinExplorerView.
OptionsNavigation Provides access to the set of properties that manage the WinExplorerView navigation.
OptionsPrint Provides options that control how the View is printed/exported. Inherited from BaseView.
OptionsSelection Provides access to this WinExplorerView‘s selection options.
OptionsStubGlyphs Provides access to properties that modify a stub glyph’s appearance.
OptionsView Provides access to general WinExplorerView settings.
OptionsViewStyles Provides access to advanced View Style options.
PaintAppearance Provides access to the appearance settings currently used to paint the View’s elements. Inherited from BaseView.
PaintStyleName Gets or sets the paint style name for the current View. Inherited from BaseView.
ParentView Gets or sets a master View for the current View. Inherited from BaseView.
Position Gets or sets the distance that specifies how much this WinExplorerView is scrolled down, counting from the View client area’s top edge.
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. Inherited from ColumnView.
SelectedRowsCount Gets the number of selected rows (cards). Inherited from ColumnView.
ShowButtonMode Obsolete. Gets or sets a value specifying editor button display mode. Inherited from ColumnView.
Site Gets or sets the ISite of the Component. Inherited from Component.
SmallImages Gets or sets the small images collection for this WinExplorerView.
SortedColumns Gets the collection of columns involved in sorting. Inherited from ColumnView.
SortInfo Sorting is not supported for the WinExplorerView.
SortInfoState Inherited from ColumnView.
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.
TopLeftItemIndex Gets the index of the first item displayed within this WinExplorerView.
ViewCaption Gets or sets the View Caption. Inherited from BaseView.
ViewCaptionHeight Gets or sets the height of the View Caption region. Inherited from ColumnView.
ViewRect Gets the region which this WinExplorerView currently occupies.
ViewRepository Gets the View repository that owns the current View. Inherited from BaseView.
VisibleColumns Gets the visible column collection. Inherited from ColumnView.
WorkAsLookup This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView.
See Also