LayoutView Properties
Displays records as cards in one or more columns, in one or more rows, in an ellipse (carousel mode), or as a single card at a time. Supports complex card field layouts, built-in groups, tabbed groups, and labels.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. Inherited from ColumnView. |
ActiveFilter | Gets an object which returns information on the filter criteria applied to the 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 filter criteria in string format. Inherited from ColumnView. |
Appearance | Provides access to the properties that allow the appearance of the View’s elements to be customized. |
AppearancePrint | Provides access to properties that allow the print/export appearance of the View’s elements to be customized. |
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. |
CardCaptionFormat | Gets or sets the format string for text in card captions. |
CardHorzInterval | Gets or sets the minimum horizontal interval between adjacent cards. |
CardMinSize | Gets or sets the minimum size of a card within the current LayoutView. |
CardVertInterval | Gets or sets the minimum vertical interval between adjacent cards displayed. |
Columns | Provides access to the View’s column collection. |
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. Inherited from ColumnView. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DetailAutoHeight | Gets or sets whether a detail auto height feature is enabled. This property is applied to Layout Views when they serve as detail Views. |
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. 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. |
FieldCaptionFormat | Gets or sets the pattern used to generate field captions. |
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. |
FindPanelItems | Gets settings that allow you to display custom items within 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 card field. |
FocusedRowHandle | Get or sets the focused row’s 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. |
HiddenItems | Provides access to a card’s hidden items (card fields, empty regions, etc). |
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. Inherited from ColumnView. |
IsAsyncInProgress | Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. Inherited from ColumnView. |
IsCustomizationMode | Gets whether the Layout View’s runtime customization is active. |
IsDefaultState | Gets a value indicating whether the View is in its normal state. |
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 cell editor is presently active. |
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 (cards) can be selected. Inherited from ColumnView. |
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 the end-user is presently resizing cards. |
IsVisible | Gets a value indicating whether the View is visible on screen. |
IsZoomedView | Determines whether the current detail View is maximized. Inherited from ColumnView. |
Items | Provides access to a card’s visible and hidden layout items (card fields, empty regions, etc). |
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. 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 | Provides access to the View’s behavior options. |
OptionsCarouselMode | Provides access to options controlling the appearance of the Layout View in Carousel mode. |
OptionsCustomization | Provides access to the View’s customization options. |
OptionsFilter | Provides access to the View’s filtering options. Inherited from ColumnView. |
OptionsFind | Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. Inherited from ColumnView. |
OptionsHeaderPanel | Provides access to options that control which actions are available via the Header Panel to end-users |
OptionsItemText | Contains options that control the display of card fields’ text labels. |
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. |
OptionsMultiRecordMode | Provides options that control the layout of cards when a multiple record display mode is enabled. |
OptionsPrint | Provides options that control how the View is printed/exported. |
OptionsSelection | Provides access to the View’s selection options. Inherited from ColumnView. |
OptionsSingleRecordMode | Provides access to a card’s display options applied in single card display mode. |
OptionsView | Provides access to the View’s appearance options. |
PaintAppearance | Returns actual appearance settings currently used to paint the View’s elements. |
PaintStyleName | This member is not supported. Inherited from BaseView. |
PanModeActive | Gets whether the card panning feature is active. |
ParentView | Gets or sets a master View for the current View. Inherited from BaseView. |
RecordCount | Gets the number of visible cards within the View, taking into account the current filter settings. |
RowCount | Gets the number of visible cards within the View. |
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. |
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. |
SortInfoState | This member supports the internal infrastructure, and is not intended to be used directly from your code. 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 | Obtains the View’s current state. |
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. |
TemplateCard | Represents the card that serves as a template for all cards displayed within the View at runtime. |
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. |
ViewRepository | Gets the View repository that owns the current View. Inherited from BaseView. |
VisibleColumns | Gets the visible column collection. Inherited from ColumnView. |
VisibleRecordIndex | Gets or sets the visible index of the current card. |
WorkAsLookup | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView. |
See Also