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

AdvBandedGridView Properties

Displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements.
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 properties that control the appearance of the Banded Grid View’s elements. Inherited from BandedGridView.
AppearancePrint Provides access to the properties that specify the appearances of Banded Grid View elements when they are printed/exported. Inherited from BandedGridView.
AutoFillColumn This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BandedGridView.
BandPanelRowHeight Gets or sets the band panel row height. Inherited from BandedGridView.
Bands Provides access to the root band collection. Inherited from BandedGridView.
BaseInfo Gets an object providing information for creating and initializing the View. Inherited from BaseView.
BestFitMaxRowCount This property is obsolete. Use the GridOptionsView.BestFitMaxRowCount property instead. Inherited from GridView.
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.
ChildGridLevelName Gets or sets the name of the child level whose grouping state is displayed by the joined group panel. Inherited from GridView.
ColumnPanelRowHeight Gets or sets the column header row height. Inherited from GridView.
Columns Provides access to the column collection. Inherited from BandedGridView.
Container Gets the IContainer that contains the Component. Inherited from Component.
CustomizationForm Provides access to the Customization Form. Inherited from GridView.
CustomizationFormBounds Sets the boundaries of the Customization Form. Reading this property may not return the actual boundaries of the Customization Form. Inherited from GridView.
CustomizationRowCount Obsolete. Gets or sets the number of headers that can be displayed within the Customization Form simultaneously. Inherited from GridView.
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.
DefaultRelationIndex Gets or sets the value indicating which detail level is processed by default. Inherited from GridView.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeight Gets or sets the 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.
DetailVerticalIndent Gets or sets the distance between master rows and Detail Sections, in pixels. This property is in effect in Classic detail mode (see GridOptionsDetail.DetailMode). Inherited from GridView.
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 GridView.
EditingValue Gets or sets the edited cell value. Inherited from GridView.
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.
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 text displayed in the Find Panel‘s edit box. Inherited from ColumnView.
FindPanelVisible Gets or sets whether the Find Panel is visible. Inherited from ColumnView.
FixedLineWidth Gets or sets the width of frozen panel separators. Inherited from GridView.
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.
FocusRectStyle Gets or sets a value specifying how the focus rectangle is painted. Inherited from GridView.
FooterPanelHeight Gets or sets the height of the view footer. Inherited from GridView.
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.
GroupFooterShowMode Obsolete. Gets or sets which groups display footers. Inherited from GridView.
GroupFormat

Gets or sets the format rule that specifies a template for group row captions. You can build this template from custom text strings and the following placeholders:

  • {0} - the group column caption;
  • {1} - the group column display text;
  • {2} - the group row summary text;
  • [#image] - the group row image.
Inherited from GridView.
GroupPanelText Gets or sets the text displayed within the group panel. Inherited from GridView.
GroupRowHeight Gets or sets the height of group rows. Inherited from GridView.
GroupSummary Provides access to group summary items. Inherited from GridView.
GroupSummarySortInfo Enables sorting group rows by summary values. Inherited from GridView.
GroupSummarySortInfoState This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridView.
HasColumnErrors Indicates whether the focused row or at least a single cell within the focused row has an error assigned. Inherited from ColumnView.
HorzScrollStep Gets or sets the offset by which the View is scrolled horizontally when clicking scrollbar buttons. Inherited from GridView.
HorzScrollVisibility Gets or sets a value specifying when the horizontal scrollbar should be displayed. Inherited from GridView.
HtmlImages Gets or sets a collection of images to be inserted into column headers and group rows using HTML tags. Inherited from BaseView.
Images Gets or sets a collection of images that can be displayed within column headers and band headers. Inherited from ColumnView.
IndicatorWidth Gets or sets the width of the row indicator panel. Inherited from GridView.
IsAsyncInProgress Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. Inherited from ColumnView.
IsCellSelect Gets or sets whether block selection is enabled. Inherited from GridView.
IsDefaultState Gets a value indicating whether the View is in the default state. Inherited from GridView.
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 BandedGridView.
IsEditFormVisible Gets whether an Edit Form is opened or closed Inherited from GridView.
IsEditing Indicates whether a cell editor is active presently. Inherited from GridView.
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 Indicates whether multiple rows are allowed to be selected. Inherited from GridView.
IsServerMode Gets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowDetailButtons Indicates whether master-detail expand buttons are displayed within rows. Inherited from GridView.
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 BandedGridView.
IsVisible Gets a value indicating whether the View is visible on screen. Inherited from GridView.
IsZoomedView Determines whether the current detail View is maximized. Inherited from ColumnView.
LeftCoord Gets or sets the offset by which the View is scrolled horizontally. Inherited from GridView.
LevelIndent Gets or sets the indent between group rows located at neighboring group levels, or between master and detail views. Inherited from GridView.
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.
LoadingPanelVisible Gets or sets whether the animated Loading Panel indicating the data load process is displayed. Inherited from GridView.
MinBandPanelRowCount Gets or sets the minimum band header panel height in rows. Inherited from BandedGridView.
MRUFilters Provides access to the View’s most recently used filters. Inherited from ColumnView.
Name Gets or sets the View name. Inherited from BaseView.
NewItemRowText Gets or sets the text displayed within the new item row. Inherited from GridView.
OptionsBehavior Provides access to the View’s behavior options. Inherited from GridView.
OptionsClipboard Provides access to the options that control copying to the Clipboard. Inherited from GridView.
OptionsCustomization Provides access to the View’s customization options. Inherited from BandedGridView.
OptionsDetail Provides access to the View’s master-detail options. Inherited from GridView.
OptionsEditForm Provides access to the settings of an Edit Form. Inherited from GridView.
OptionsFilter Provides filtering options for this GridView. Inherited from GridView.
OptionsFind Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. Inherited from GridView.
OptionsHint Provides access to the View’s hint options. Inherited from BandedGridView.
OptionsImageLoad Provides access to the set of properties that manage the image loading process for this GridView. Inherited from GridView.
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). Inherited from ColumnView.
OptionsMenu Provides access to the View’s menu options. Inherited from GridView.
OptionsNavigation Provides access to a View’s navigation options.
OptionsPrint Provides options that control how the View is printed/exported. Inherited from BandedGridView.
OptionsScrollAnnotations Provides access to options specific to scrollbar annotations. Inherited from GridView.
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 banded View’s elements. Inherited from BandedGridView.
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.
PressedColumn Gets the column whose header is pressed. Inherited from GridView.
PreviewFieldName Gets or sets the name of the field whose values are displayed within preview sections. Inherited from GridView.
PreviewIndent Gets or sets the horizontal offset of preview text. Inherited from GridView.
PreviewLineCount Gets or sets the number of text lines within preview sections. Inherited from GridView.
PrevTopRowIndex Gets the index of the previous top visible row after a vertical scroll operation. Inherited from GridView.
RowCount Gets the number of visible rows within the current View. Inherited from GridView.
RowFilter Gets the expression used to filter the records displayed within the View. Inherited from ColumnView.
RowHeight Gets or sets the cell height within data rows. Inherited from GridView.
RowSeparatorHeight Gets or sets the distance between rows. Inherited from GridView.
ScrollStyle Gets or sets a value specifying the behavior of the View’s scrollbars. Inherited from GridView.
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.
SortedColumns Gets the collection of columns involved in sorting. Inherited from ColumnView.
SortInfo Provides access to the collection of sorted and grouping columns within the current View. 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.
State Gets the View’s current state. Inherited from BandedGridView.
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.
TopRowIndex Gets or sets the top visible row. Inherited from GridView.
TopRowPixel Gets or sets the vertical scroll position, in pixels. This property is in effect if pixel-based scrolling is enabled. Inherited from GridView.
UserCellPadding Gets or sets a Padding structure by which the default cell padding is adjusted. Inherited from GridView.
VertScrollTipFieldName Gets or sets the field whose values are displayed within the vertical scrollbar’s tooltip. Inherited from GridView.
VertScrollVisibility Gets or sets a value specifying when the View’s vertical scrollbar is visible. Inherited from GridView.
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 bounding rectangle of the View’s visible area. Inherited from GridView.
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