Back to Devexpress

OptionsView Properties

windowsforms-devexpress-dot-xtralayout-dot-optionsview-dot-underscore-properties.md

latest8.4 KB
Original Source

OptionsView Properties

Contains options that determine the control’s display options

NameDescription
AllowExpandAnimationGets or sets whether layout groups are collapsed/expanded using animation.
AllowGlyphSkinningGets or sets whether icons for all layout items within the current LayoutControl should be painted in the items’ foreground colors.
AllowHotTrackGets or sets whether layout item borders are highlighted when the mouse cursor hovers over the layout items.
AllowItemSkiningObsolete. This option is equivalent to the OptionsView.AllowItemSkinning option.
AllowItemSkinningGets or sets whether the OptionsView.DrawItemBorders, OptionsView.HighlightDisabledItem and OptionsView.HighlightFocusedItem options are in effect.
AllowLockSizeIndicatorsGets or sets whether or not lock size indicators should be displayed during the runtime customization.
AllowScaleControlsToDisplayResolutionObsolete. This property is now obsolete. Use the OptionsView.UseParentAutoScaleFactor property instead.
AllowTransparentBackColorObsolete. Allows the parent’s background to be seen through the LayoutControl.
AlwaysScrollActiveControlIntoViewGets or sets whether focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible.
AutoSizeInLayoutControlGets or sets how the LayoutControl adjusts its size when placed inside another LayoutControl.
AutoSizeModeInLayoutControlObsolete. Gets or sets how a LayoutControl’s size is changed when it’s positioned within another LayoutControl.
ControlDefaultMaxSizeCalcModeGets or sets how default maximum size constraints are calculated for controls that implement the IXtraResizableControl interface.
ControlDefaultMinSizeCalcModeGets or sets how default minimum size constraints are calculated for controls that implement the IXtraResizableControl interface.
DragFadeAnimationFrameCountGets or sets the number of frames in the fade animation.
DragFadeAnimationSpeedGets or sets the fade animation length.
DrawAdornerLayerGets or sets whether to draw an adorner layer that is used to provide customization visual cues.
DrawAdornerLayeredObsolete. Gets or sets whether to draw an adorner layer used to provide customization visual cues.
DrawItemBordersGets or sets whether layout item borders are visible at runtime.
EnableIndentsInGroupsWithoutBordersGets or sets whether a layout group’s indents, specified by its BaseLayoutItem.Spacing and BaseLayoutItem.Padding properties, are applied when the group’s borders are hidden.
EnableTransparentBackColorAllows the parent’s background to be seen through the LayoutControl.
ExpandAnimationSpeedGets or sets the collapse/expand animation speed.
FitControlsToDisplayAreaHeightGets or sets whether controls are fitted to fill the entire height of the LayoutControl.
FitControlsToDisplayAreaWidthGets or sets whether controls are fitted to fill the entire width of the LayoutControl.
GroupStyleGets or sets the default group border and caption paint style.
HighlightDisabledItemGets or sets whether disabled layout items are highlighted according to the current skin.
HighlightFocusedItemGets or sets whether focused layout items are highlighted according to the current skin.
IsReadOnlyGets or sets whether the layout control is read-only.
ItemBorderColorGets or sets the color used to paint layout item borders when they are visible.
PaddingSpacingModeThis member supports the internal infrastructure and is not intended to be used directly from your code.
RightToLeftMirroringAppliedGets or sets whether the RightToLeft setting has been changed.
RoundedPanelIntegrationModeGets or sets how the Layout Control interacts with a Rounded Skin Panel container in the WXI skin.
ShareLookAndFeelWithChildrenDetermines whether the LayoutControl manages the look and feel and style settings of DevExpress .NET controls that are displayed within the LayoutControl.
UseDefaultDragAndDropRenderingGets or sets whether to use the default paint mechanism to indicate drag-and-drop operations.
UseParentAutoScaleFactorGets or sets whether indents between elements in the LayoutControl are automatically adjusted, based on the owning container’s auto-scale settings.
UseSkinIndentsGets or sets whether padding settings (BaseLayoutItem.Padding and BaseLayoutItem.Spacing) of items and groups are obtained from the current skin. This is a backward compatibility option.

See Also

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace