LayoutViewOptionsView Properties
Provides appearance options for a LayoutView View.| Name | Description |
|---|---|
| AllowBorderColorBlending | Gets or sets whether to highlight the card caption and border using the BorderColor settings in skin paint schemes. This property is ignored by default starting from v18.2. |
| AllowFormatRuleDescription | Gets or sets whether to display format rule descriptions in the Rule Editor and Rule Manager. Inherited from ColumnViewOptionsView. |
| AllowHotTrackFields | Gets or sets whether card fields are highlighted when hovering over them with the mouse cursor. |
| AnimationType | Gets or sets the animation mode, which identifies cells for which animation is enabled. Inherited from ColumnViewOptionsView. |
| CardArrangeRule | Gets or sets whether only entire cards can be displayed at the same time, or allow cards to be partially displayed. |
| CardsAlignment | Gets or sets whether the top, center or bottom of cards are aligned when they have different heights. |
| ContentAlignment | Gets or sets whether cards are centered within the View, or aligned to its specific edge. |
| DefaultColumnCount | Gets or sets the default number of columns into which layout items are arranged in the template card. |
| FilterCriteriaDisplayStyle | Gets or sets the display style of filter conditions in the Filter Panel and built-in Filter Editor. Inherited from ColumnViewOptionsView. |
| FocusRectStyle | Gets or sets how the focus rectangle is painted around fields. |
| PartialCardsSimpleScrolling | Gets or sets how the Layout View is scrolled when partial cards are enabled. |
| PartialCardWrapThreshold | Gets or sets the threshold for partially displayed cards, in pixels. |
| ShowButtonMode | Gets or sets a value that specifies which column cells display editor buttons. Inherited from ColumnViewOptionsView. |
| ShowCardBorderIfCaptionHidden | Gets or sets whether a card’s border is painted when the card caption is hidden. |
| ShowCardCaption | Gets or sets whether a card’s caption bar is visible. |
| ShowCardExpandButton | Gets or sets whether expand/collapse buttons are displayed within card captions. |
| ShowCardFieldBorders | Gets or sets whether borders are displayed for card fields. This property is not supported in all skins. |
| ShowCardLines | Gets or sets a value specifying whether card separators are displayed. |
| ShowFieldHints | Gets or sets a value specifying whether hints are displayed for card fields with truncated content. |
| ShowFilterPanel | Obsolete. Gets or sets whether the filter panel is displayed when data filtering is applied. Inherited from ColumnViewOptionsView. |
| ShowFilterPanelMode | Gets or sets a value which specifies when the Filter Panel is shown. Inherited from ColumnViewOptionsView. |
| ShowHeaderPanel | Gets or sets whether the Header Panel is visible. |
| ShowViewCaption | Gets or sets whether the View Caption is displayed above the View. Inherited from ColumnViewOptionsView. |
| ViewMode | Gets or sets the card layout. |
See Also