Skip to main content

LayoutViewOptionsView Members

Provides appearance options for a LayoutView View.

Constructors

Name Description
LayoutViewOptionsView(LayoutView) Initializes a new instance of the LayoutViewOptionsView class with the specified owner.

Properties

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.
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.

Methods

Name Description
Assign(BaseOptions) Copies the properties of the specified object to the current object.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAnimationType() Returns the actual animation type. Inherited from ColumnViewOptionsView.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from BaseOptions.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also