Back to Devexpress

LayoutControlItem Properties

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

latest19.7 KB
Original Source

LayoutControlItem Properties

A layout item.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from BaseLayoutItem.
AccessibleNameGets or sets the object’s name used by accessibility client applications. Inherited from BaseLayoutItem.
AccessibleRoleGets or sets the object’s accessible role. Inherited from BaseLayoutItem.
AllowAutoAlignmentObsolete. Gets or sets whether the auto-alignment feature is enabled for the item.
AllowGlyphSkinningGets or sets whether a label’s icon is filled with the label’s foreground color. This property is obsolete. Use the LayoutControlItem.ImageOptions.AllowGlyphSkinning property instead.
AllowHideGets or sets whether the item can be hidden to the Customization Form. Inherited from BaseLayoutItem.
AllowHotTrackGets or sets whether the layout item’s borders are highlighted when the mouse cursor hovers over it.
AllowHtmlStringInCaptionGets or sets whether HTML formatting is allowed in the text that is associated with the layout item.
AppearanceItemCaptionGets the appearance settings used to paint a layout item’s caption. Inherited from BaseLayoutItem.
AppearanceItemCaptionDisabledGets appearance settings used to paint the caption of a layout item when the item is disabled.
BestFitWeightGets or sets the width of the current BaseLayoutItem relative to other items’ width after the LayoutControl.BestFit method has been called. Inherited from BaseLayoutItem.
BindingContextGets or sets the BindingContext for the item. Inherited from BaseLayoutItem.
BoundsGets the layout item’s bounding rectangle. Inherited from BaseLayoutItem.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentHorzAlignmentGets or sets the horizontal alignment of a control inside this layout item. This property is in effect when the control’s maximum width is limited, and is less than the layout item currently provides.
ContentVertAlignmentGets or sets the vertical alignment of a control inside this layout item. This property is in effect when the control’s maximum height is limited, and is less than the layout item currently provides.
ContentVisibleGets or sets whether the layout item’s contents are visible.
ControlGets or sets the control which is owned by the layout item.
ControlAlignmentGets or sets the alignment of the LayoutControlItem‘s control within the layout item. This setting is not intended to be used for version 19.2 and newer.
ControlMaxSizeGets or sets the client area’s maximum size.
ControlMinSizeGets or sets the control’s minimum size.
ControlNameThis property is for internal use only. It is used in serialization. Do not change it.
CustomizationFormTextGets or sets the layout item’s caption within the Customization Form. Inherited from BaseLayoutItem.
DataBindingsGets the data bindings for the layout item. Inherited from BaseLayoutItem.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnabledGets or sets whether the layout item and its control are enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedNot supported.
FillControlToClientAreaGets or sets whether the control occupies the layout item’s maximum allowed client area. This setting is not intended to be used for version 19.2 and newer.
HeightGets or sets the layout item’s height. Inherited from BaseLayoutItem.
HighlightFocusedItemGets or sets whether the current layout item is highlighted according to the current skin when focused.
ImageGets or sets the icon displayed in the item’s label.
ImageAlignmentGets or sets the alignment of the icon in the label.
ImageIndexGets or sets the index of the icon displayed in the item’s label.
ImageOptionsGets options that allow you to display an icon in the item’s label.
ImagesGets a collection of icons that can be displayed in the item’s label.
ImageToTextDistanceGets or sets the distance between the label’s text and icon. This property is obsolete. Use the LayoutControlItem.ImageOptions.ImageToTextDistance property instead.
IsAccessible
IsDisposingGets whether the current item is being disposed of. Inherited from BaseLayoutItem.
IsGroupGets whether the current layout item represents a Layout Group. Inherited from BaseLayoutItem.
IsHiddenGets whether the layout item is hidden. Inherited from BaseLayoutItem.
IsUpdateLockedGets whether the layout item has been locked for updating. Inherited from BaseLayoutItem.
ItemImagesGets a collection of icons that can be displayed in the item’s label.
LocationGets or sets the coordinates of the layout item’s top left corner. Inherited from BaseLayoutItem.
MaxSizeGets or sets the layout item’s maximum size.
MinSizeGets or sets the item’s minimum size.
NameGets or sets the layout item’s name. Inherited from BaseLayoutItem.
OptionsCustomizationContains options that specify which operations can be performed on the layout item at runtime. Inherited from BaseLayoutItem.
OptionsIconToolTipObsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem.
OptionsItemToolTipObsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem.
OptionsPrintThe item’s print/export options.
OptionsTableLayoutItemProvides access to the options that specify how a layout item is arranged within a table layout. Inherited from BaseLayoutItem.
OptionsToolTipContains options that allow tooltips to be assigned to layout items and their images. Inherited from BaseLayoutItem.
OwnerGets or set the LayoutControl that owns the current layout item.
PaddingGets or sets the amount of space in pixels between the item’s borders and its contents. Inherited from BaseLayoutItem.
PaintAppearanceItemCaptionProvides access to the appearance settings currently used to paint the layout item. Inherited from BaseLayoutItem.
ParentGets or sets the group that owns the current item. Inherited from BaseLayoutItem.
ParentNameGets or sets the name of the item’s parent. Inherited from BaseLayoutItem.
SelectedGets or sets the selection state of the current item. Inherited from BaseLayoutItem.
ShowInCustomizationFormGets or sets whether the layout item is displayed within the Customization Form when the item is hidden. Inherited from BaseLayoutItem.
SiteGets or sets the ISite of the Component. Inherited from Component.
SizeGets or sets the layout item’s size. Inherited from BaseLayoutItem.
SizeConstraintsTypeGets or sets the size constraints type.
SpacingGets or sets the outer indents of the item’s borders. Inherited from BaseLayoutItem.
StartNewLineGets or sets whether the current item starts a new row within a flow layout. Inherited from BaseLayoutItem.
SvgImageGets or sets the vector image for this item’s label. This property is obsolete. Use the LayoutControlItem.ImageOptions.SvgImage property instead.
SvgImageSizeGets or sets the size of vector image for this item’s label.
TagGets or sets an object that contains data on the current layout item. Inherited from BaseLayoutItem.
TextGets or sets the caption of this layout item. If the Text property is null (Nothing in VB.NET) or String.Empty, this property returns the item name. Inherited from BaseLayoutItem.
TextAlignModeGets or sets the alignment settings of the item’s control.
TextLocationGets or sets the item caption position. Inherited from BaseLayoutItem.
TextSizeGets or sets the size of the text region. Inherited from BaseLayoutItem.
TextToControlDistanceGets or sets the distance between the control displayed within the layout item and the text region. Inherited from BaseLayoutItem.
TextVisibleGets or sets whether the text region is visible. Inherited from BaseLayoutItem.
TrimClientAreaToControlGets or sets whether the client region’s height is trimmed to match the control’s height. This setting is not intended to be used for version 19.2 and newer.
TypeNameGets the name of the item’s type.
ViewInfoGets the object which contains information used to render the layout item.
VisibilityAllows you to hide the item from the Layout Control and Customization Form. Inherited from BaseLayoutItem.
VisibleGets whether the layout item is visible. Inherited from BaseLayoutItem.
WidthGets or sets the layout item’s width. Inherited from BaseLayoutItem.
XGets or sets the X coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem.
YGets or sets the Y coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem.

See Also

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace