Dev GridControl GridView attribute description [Chinese explanation],

Source: Internet
Author: User

Dev GridControl GridView attribute description [Chinese explanation],

Options
Behavior options in the OptionsBehavior View
AllowAddRows allows adding new data rows
AllowDeleteRows allows you to delete data rows.
AllowIncrementalSearch allows users to locate rows by entering desired column values.
AllowPartialRedrawOnScrolling allows the view to be refreshed in vertical scrolling.
AutoExpandAllGroups automatically expands all groups in the view
AutoPopulateColumns when the view does not contain fields in some data sources, these columns are automatically created in the view.
AutoSelectAllInEditor: in cell editing, whether to allow entering or F2 to select all content of the cell
AutoUpdateTotalSummary: When the column value changes, the Summary data is automatically updated.
CacheValuesOnRowUpdating buffer stores the data stored in the data source (when a row of data is to be stored in the data source, the Grid can store its value in an internal buffer. In this way, if the row of data is cleared by the data source check mechanism when it is stored, it can be restored)
When CopyToClipboardWithColumnHeaders copies cell data, whether to copy column headers together to the clipboard
Editable allows you to edit cells.
EditorShowMode: sets the mode in which the mouse activates the cell editor.
FocusLeaveOnTab if the TAB key in the Grid is disabled, whether to move the focus to the next control when the TAB key is pressed
Whether to update the position of a row when the row data is modified due to the sorting, grouping, and filtering settings of ImmediateUpdateRowPosition.
KeepFocusedRowOnUpdate: keeps the focus of the Focus row when the background data record changes
KeepGroupExpandedOnSorting: the row is extended when data is sorted.
ReadOnly read-only or not
SmartVertScrollBar sets whether the view can be rolled to the first and last rows.
SummariesIgnoreNullValues ignores null values in total

OptionsCustomization
AllowColumnMoving allows you to move a column by dragging the column header
AllowColumnResizing allows you to modify the column width.
AllowFilter allows users to filter data
AllowGroup allows you to group data.
AllowQuickHideColumns allows you to quickly hide columns.
AllowRowSizing allows the user to modify the Row Height
AllowSort allows you to sort data

Main detailed operations of OptionsDetail on The View
When AllowExpandEmptyDetails does not have detailed data, the main row can be expanded
AllowOnlyOneMasterRowExpanded allows only one primary row to be expanded.
AllowZoomDetails allows View Details to be expanded to the entire control area
AutoZoomDetail automatically expands View details to the control area when the corresponding primary row is expanded.
EnableDetailToolTip allows prompts on details to appear
EnableMasterViewMode allows you to display View Details
ShowDetailTabs: Display Tab details
SmartDetailExpand whether to automatically scroll when the detailed view is extended so that all rows in the detailed view are displayed
SmartDetailExpandButtonMode sets the "Master-detail" extension button style
SmartDetailHeight detailed scrolling Row Height

Filter Operations in the OptionsFilter View
When AllowColumnMRUFilterList is opened in the drop-down list of the column filter, the most recent items used for filtering are displayed (MRU = the most recently used)
AllowFilterEditor allows the use of the Filter Editor (for setting complex filtering Standards)
AllowMRUFilterList allows filtering lists of recently used items
ColumnFilterPopupMaxRecordsCount
Maximum number of items displayed when the ColumnFilterPopupRowCount column filter is pulled down
DefaultFilterEditorView default Filter Editor view Style
MRUColumnFilterListCount stores filtering items for recently used view Columns
MRUFilterListCount stores filtering conditions for recently used views
MRUFilterListPopupCount: number of items displayed in the recently used Filter list
Whether ShowAllTableValuesInFilterPopup displays (unique) values of all records in the drop-down list or values that meet the filtering criteria
UseNewCustomFilterDialog advanced user-defined filter dialog box

Search operations in the OptionsFind View
AllowFindPanel allows you to find the Panel
AlwaysVisible is always visible
Clear the search information when ClearFindOnClose is disabled.
FindDelay query latency (MS)
FindFilterColumns)
FindMode Search Mode
HighlightFindResults highlights the search results
ShowCloseButton show close button

Prompt operation in the OptionsHint View
ShowCellHints: display the intercepted content of a cell.
ShowColumnHeaderHints: show the content intercepted by the column header
ShowFooterHints: show the content intercepted at the bottom

Layout operations in the OptionsLayout View
Columns
AddNewColumns exists in the current control, but does not exist in the layout column. Will it be retained when it is restored?
RemoveOldColumns exists in the layout when it is restored, but does not exist in the column of the current control. It is discarded or added to the control.
StoreAllOptions when the layout is stored or restored, all the column/band (except the appearance settings) settings of the control will be stored or restored.
StoreAppearance storage or restore appearance settings
Whether StoreLayout can store or restore the Layout
LayoutVersions layout version
StoreAllOptions stores or restores all settings of the control (except for appearance settings or style conditions)
StoreAppearance
StoreDataSettings stores or restores controls for grouping, sorting, filtering settings, and summarization (summary)
StoreVisualOptions visual options for storing or restoring controls (layout)

OptionsMenu option menu
EnableColumnMenu
EnableFooterMenu allows menus on the footer
EnableGroupPanelMenu
ShowAutoFilterRowItem: displays automatically filtered row items
ShowDateTimeGroupIntervalItems display time column grouping interval items
ShowGroupSortSummaryItems
ShowGroupSummaryEditorItems

OptionsNavigation navigation options
When AutoFocusNewRow adds a new record, it automatically moves the focus to the corresponding row.
AutoMoveRowFocus: when the current focus is in the first or last cell of a row, you can use the horizontal navigation key to move the focus to the next or previous row.
EnterMoveNextColumn: Enter the key to move the focus of a cell.
UseOfficePageNavigation
UseTabKey uses TAB/SHIFT + TAB to move the focus

OptionsPrint printing options
AutoWidth automatically sets the column width of the view based on the paper width
EnableAppearanceEvenRow allows the application interface setting of even rows (GridViewPrintAppearances)
EnableAppearanceOddRow allows the interface setting of an odd number of rows (GridViewPrintAppearances)
When ExpandAllDetails is printed, all primary rows are expanded.
When ExpandAllGroups is printed, all group rows are expanded.
PrintDetails print details
PrintFilterInfo print filter panel
PrintFooter print footer
PrintGroupFooter: print the footer of the Group
PrintHeader print the column header
PrintHorzLines print horizontal network lines
PrintPreview
PrintSelectedRowsPages print the page of the selected data row
PrintVertLines print vertical network lines
Splitcellpreviewsspages: out-of-bounds page when cell preview is separated
UsePrintStyles use a Print Style

OptionsSelection selection Option
EnableAppearanceFocusedCell allows the appearance of a single cell with focus
EnableAppearanceFocusedRow allows the appearance of rows with focus
EnableAppearanceHideSelection allows the appearance settings to be applied to the selected row when the control loses focus.
InvertSelection applies the focus style to the cell that gets the focus, or all cells in the row that gets the focus
MuiltiSelect allows multiple rows to be selected
MuiltiSelectMode multi-choice mode (select multiple rows or multiple cells) (private properties of GridView and BandedGridView)
UseIndicatorForSelection: Can I use the row indicator panel to select rows when processing multiple selection modes?

OptionsView options
AllowCellMerge allows the merge of adjacent cells with the same value (GridView and BandedGridView proprietary attributes)
AllowHtmlDrawHeaders allows html to mark the header
AnimationType cartoon type
AutoCalcPreviewLineCount automatically calculates the number of text lines based on the preview content
ColumnAutoWidth automatically adjusts the column width to match the width of all columns with the view width.
EnableAppearanceEvenRow allows the application interface setting of even rows (GridViewPrintAppearances)
EnableAppearanceOddRow allows the interface setting of an odd number of rows (GridViewPrintAppearances)
GroupDrawMode: Display Mode of group rows
Display Mode of the Filter button on the HeaderFilterButtonShowMode Column
NewItemRowPosition: Set the position of the new project row
RowAutoHeight automatically adjusts the height of each row based on the content of the Cell (dedicated Property of the GridView)
ShowAutoFilterRow: displays automatically filtered rows
Whether the Group panel in the ShowChildrenInGroupPanel view is a new Group panel
ShowColumnHeaders
ShowDetailButtons: display the "Master-detail" extension button on the master line
ShowFilterPanelMode: Display filter panel Mode
ShowFooter: display the footer of the View
ShowGroupedColumns: Display Group Columns (dedicated Property of GridView)
ShowGroupExpandCollapseButtons: display the Group Extension button
ShowGroupPanel display group panel
ShowHorzLines displays horizontal gridlines
ShowIndicator display row Indicator Panel (sequence number can be specified dynamically)
ShowPreview Preview
ShowPreviewLines display preview lines
ShowVertLines vertical gridline Display Design
ShowViewCaption display view title
WaitAnimationOptions: animation option when waiting

Action
ActiveFilterEnabled allows Filtering
Number of rows in the most appropriate column after BestFitMaxRowCount data is processed
Ultrelationindex saves detailed levels that are missing during processing
HorzScrollStep horizontal scroll bar displacement
Setting the horizontal scroll bar of HorzScrollVisibilly
ScrollStyle scroll bar style
SynchronizeClones: whether to clone a view (synchronize the appearance and data presentation settings by cloning the view)
VertScrollVisibility display vertical scroll bar

Appearance
Appearance settings
BandPanel, BandPanelBackground, ColumnFilterButton, alarm, DetailTip, Empty, EvenRow, layout, FilterPanel, FixedLine, rule, rule, FooterPanel, rule, GroupFooter, comment, GroupRow, HeaderPanel, comment, comment, horzline, OddRow, Preview, Row, RowSeparator, SelectedRow, TopNewRow, panel with VertLine, background with panel, column Filter button, column Filter button in use ......
BackColor background color
BackColor2 last background color (when the background is a gradient color)
BorderColor border color
Font
Name font Name
Size font Size
Unit
Bold?
GdiCharSet skew character settings
Italic?
Strikeout
Whether Underline is underlined
ForeColor foreground
GradientMode background gradient mode
Image background Image
Options
UseBackColor: displays the background color of an object.
UseBorderColor: displays the border color of an object.
UseFont uses the font of the display object
UseForeColor: display the foreground color of an object
UseImage: displays the background image of an object.
UseTextOptions use the text option of the display object (see the TextOptions attribute)
TextOptions text options
Horizontal alighment of Halighment text
Whether the HotkeyPrefix is displayed
How to organize Trimming text
Vertical Alignment of Valignment text
Whether or not WordWrap wrap
Appearance settings when printing AppearancePrint
BandPanel, EvenRow, FilterPanel, FooterPanel, GroupFooter, GroupRow, HeaderPanel, Lines, OddRow, Preview, Row panel, even Row, filter panel ......
BackColor background color
BackColor2 last background color (when the background is a gradient color)
BorderColor border color
Font
Name font Name
Size font Size
Unit
Bold?
GdiCharSet skew character settings
Italic?
Strikeout
Whether Underline is underlined
ForeColor foreground
GradientMode background gradient mode
Image background Image
Options
UseBackColor: displays the background color of an object.
UseBorderColor: displays the border color of an object.
UseFont uses the font of the display object
UseForeColor: display the foreground color of an object
UseImage: displays the background image of an object.
UseTextOptions use the text option of the display object (see the TextOptions attribute)
TextOptions text options
Horizontal alighment of Halighment text
Whether the HotkeyPrefix is displayed
How to organize Trimming text
Vertical Alignment of Valignment text
Whether or not WordWrap wrap
Border style of the current view of BorderStyle
What is the name of the sub-level in the group status displayed on the Add Group panel by ChildGridLevelName?
ColumnPanelRowHeight column header height
DetailHeight view height of the detailed view
DetailTabHeaderLocation
FixedLineWidth: fixed the width of the Panel splitter.
FocusRectStyle focus frame style
FooterPanelHeight view footer height
Display Mode of GroupFooterShowMode group footer
GroupFormat: Format of the group row
Text in the GroupPanelText grouping panel
GroupRowHeight group Row Height
Images image set
The IndicatorWidth row indicates the panel width.
Indentation of the LevelIndent group row and adjacent groups
NewItemRowText text displayed in the new project line
PaintStyleName name of the Color Style of the current view
PreviewFieldName the Domain Name of the value to be displayed in the preview Section
Horizontal offset of PreviewIndent preview text
Number of lines in the PreviewLineCount preview part of the text
RowHeight the height of a cell in a data row
RowSepartatorHeight row spacing
Display Mode of the ShowButtonMode editor button
VertScrollTipFieldName prompt on the vertical scroll bar
ViewCaption view title

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.