Back to Devexpress

LayoutViewOptionsView Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-dot-underscore-members.md

latest10.2 KB
Original Source

LayoutViewOptionsView Members

Provides appearance options for a LayoutView View.

Constructors

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

Properties

NameDescription
AllowBorderColorBlendingGets 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.
AllowFormatRuleDescriptionGets or sets whether to display format rule descriptions in the Rule Editor and Rule Manager. Inherited from ColumnViewOptionsView.
AllowHotTrackFieldsGets or sets whether card fields are highlighted when hovering over them with the mouse cursor.
AnimationTypeGets or sets the animation mode, which identifies cells for which animation is enabled. Inherited from ColumnViewOptionsView.
CardArrangeRuleGets or sets whether only entire cards can be displayed at the same time, or allow cards to be partially displayed.
CardsAlignmentGets or sets whether the top, center or bottom of cards are aligned when they have different heights.
ContentAlignmentGets or sets whether cards are centered within the View, or aligned to its specific edge.
DefaultColumnCountGets or sets the default number of columns into which layout items are arranged in the template card.
FilterCriteriaDisplayStyleGets or sets the display style of filter conditions in the Filter Panel and built-in Filter Editor. Inherited from ColumnViewOptionsView.
FocusRectStyleGets or sets how the focus rectangle is painted around fields.
PartialCardsSimpleScrollingGets or sets how the Layout View is scrolled when partial cards are enabled.
PartialCardWrapThresholdGets or sets the threshold for partially displayed cards, in pixels.
ShowButtonModeGets or sets a value that specifies which column cells display editor buttons. Inherited from ColumnViewOptionsView.
ShowCardBorderIfCaptionHiddenGets or sets whether a card’s border is painted when the card caption is hidden.
ShowCardCaptionGets or sets whether a card’s caption bar is visible.
ShowCardExpandButtonGets or sets whether expand/collapse buttons are displayed within card captions.
ShowCardFieldBordersGets or sets whether borders are displayed for card fields. This property is not supported in all skins.
ShowCardLinesGets or sets a value specifying whether card separators are displayed.
ShowFieldHintsGets or sets a value specifying whether hints are displayed for card fields with truncated content.
ShowFilterPanelObsolete. Gets or sets whether the filter panel is displayed when data filtering is applied. Inherited from ColumnViewOptionsView.
ShowFilterPanelModeGets or sets a value which specifies when the Filter Panel is shown. Inherited from ColumnViewOptionsView.
ShowHeaderPanelGets or sets whether the Header Panel is visible.
ShowViewCaptionGets or sets whether the View Caption is displayed above the View. Inherited from ColumnViewOptionsView.
ViewModeGets or sets the card layout.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

LayoutViewOptionsView Class

DevExpress.XtraGrid.Views.Layout Namespace