Back to Devexpress

BaseLayoutItem Properties

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

latest10.4 KB
Original Source

BaseLayoutItem Properties

Represents the base class for layout items.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AllowHideGets or sets whether the item can be hidden to the Customization Form.
AppearanceItemCaptionGets the appearance settings used to paint a layout item’s caption.
BestFitWeightGets or sets the width of the current BaseLayoutItem relative to other items’ width after the LayoutControl.BestFit method has been called.
BindingContextGets or sets the BindingContext for the item.
BoundsGets the layout item’s bounding rectangle.
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.
CustomizationFormTextGets or sets the layout item’s caption within the Customization Form.
DataBindingsGets the data bindings for the layout item.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedNot supported.
HeightGets or sets the layout item’s height.
IsDisposingGets whether the current item is being disposed of.
IsGroupGets whether the current layout item represents a Layout Group.
IsHiddenGets whether the layout item is hidden.
IsUpdateLockedGets whether the layout item has been locked for updating.
LocationGets or sets the coordinates of the layout item’s top left corner.
MaxSizeGets or sets the maximum size of the layout item.
MinSizeGets or sets the item’s minimum size.
NameGets or sets the layout item’s name.
OptionsCustomizationContains options that specify which operations can be performed on the layout item at runtime.
OptionsIconToolTipObsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead.
OptionsItemToolTipObsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead.
OptionsTableLayoutItemProvides access to the options that specify how a layout item is arranged within a table layout.
OptionsToolTipContains options that allow tooltips to be assigned to layout items and their images.
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.
PaintAppearanceItemCaptionProvides access to the appearance settings currently used to paint the layout item.
ParentGets or sets the group that owns the current item.
ParentNameGets or sets the name of the item’s parent.
SelectedGets or sets the selection state of the current item.
ShowInCustomizationFormGets or sets whether the layout item is displayed within the Customization Form when the item is hidden.
SiteGets or sets the ISite of the Component. Inherited from Component.
SizeGets or sets the layout item’s size.
SpacingGets or sets the outer indents of the item’s borders.
StartNewLineGets or sets whether the current item starts a new row within a flow layout.
TagGets or sets an object that contains data on the current layout item.
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.
TextLocationGets or sets the item caption position.
TextSizeGets or sets the size of the text region.
TextToControlDistanceGets or sets the distance between the control displayed within the layout item and the text region.
TextVisibleGets or sets whether the text region is visible.
TypeNameGets the name of the current layout item’s type.
ViewInfoGets the object which contains the information used to render the layout item.
VisibilityAllows you to hide the item from the Layout Control and Customization Form.
VisibleGets whether the layout item is visible.
WidthGets or sets the layout item’s width.
XGets or sets the X coordinate of the item’s top left corner relative to the parent’s top left corner.
YGets or sets the Y coordinate of the item’s top left corner relative to the parent’s top left corner.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace