Back to Devexpress

TabbedGroup Properties

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

latest17.4 KB
Original Source

TabbedGroup Properties

Represents the base class for tabbed layout groups.

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.
AllowCustomizeChildrenGets or sets whether the layout of the current container can be customized using drag and drop. Inherited from LayoutItemContainer.
AllowHideGets or sets whether the item can be hidden to the Customization Form. Inherited from BaseLayoutItem.
AllowHtmlDrawGets or sets whether or not tabbed group captions can be formatted using HTML tags.
AppearanceGroupProvides access to the properties that control the group’s appearance. Inherited from LayoutItemContainer.
AppearanceItemCaptionGets the appearance settings used to paint a layout item’s caption. Inherited from BaseLayoutItem.
AppearanceTabPageProvides access to a tabbed group’s appearance settings. Inherited from LayoutItemContainer.
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.
CaptionImagePaddingGets or sets default padding for images displayed in the page headers belonging to the current group.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CustomHeaderButtonsProvides access to the collection of custom buttons displayed in the tabbed group header.
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.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedNot supported. Inherited from BaseLayoutItem.
HeaderAutoFillGets or sets whether tab headers are stretched to the width of the TabbedGroup‘s header region.
HeaderOrientationGets or sets the orientation of tab headers.
HeightGets or sets the layout item’s height. Inherited from BaseLayoutItem.
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.
LocationGets or sets the coordinates of the layout item’s top left corner. Inherited from BaseLayoutItem.
MaxSizeGets the maximum size of the tabbed group.
MinSizeGets the minimum size of the tabbed group.
MultiLineGets or sets whether more than one row of tabs can be displayed.
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.
OptionsTableLayoutItemProvides access to the options that specify how a layout item is arranged within a table layout. Inherited from BaseLayoutItem.
OptionsToolTipThis property is not supported by the TabbedGroup class.
OwnerGets or set the LayoutControl that owns the current tabbed group.
PaddingGets or sets the amount of space in pixels between the item’s borders and its contents. Inherited from BaseLayoutItem.
PageImagePositionGets or sets the alignment of images displayed within headers of pages that belong to the current group.
PaintAppearanceGroupProvides access to the appearance settings currently used to paint the layout group. Inherited from LayoutItemContainer.
PaintAppearanceItemCaptionProvides access to the appearance settings currently used to paint layout items that belong to the current container. Inherited from LayoutItemContainer.
ParentGets or sets the layout group that owns the LayoutItemContainer. Inherited from LayoutItemContainer.
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.
SelectedTabPageGets or sets the currently selected layout group within the tabbed group.
SelectedTabPageIndexGets or sets the index of the currently selected tab page.
SelectedTabPageNameGets or sets the name of the tab page currently being selected.
ShowInCustomizationFormGets or sets whether the layout item is displayed within the Customization Form when the item is hidden. Inherited from BaseLayoutItem.
ShowTabHeaderGets or sets whether tab headers are shown.
SiteGets or sets the ISite of the Component. Inherited from Component.
SizeGets or sets the layout item’s size. Inherited from BaseLayoutItem.
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.
TabPagesGets the collection of layout groups which is owned by the current tabbed group.
TabPageWidthGets or sets the width, in pixels, of tab headers. Inherited from LayoutItemContainer.
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.
TextLocationGets or sets the container’s side along which its caption is displayed. Inherited from LayoutItemContainer.
TextSizeGets or sets the size of the text region.
TextToControlDistanceNot supported. Inherited from LayoutItemContainer.
TextVisibleGets or sets whether the current object’s text region is visible. This property is not supported by the TabbedGroup class.
TransitionProvides access to state animation parameters.
TypeNameGets the name of the item’s type.
ViewInfoGets the object which contains the information used to render the tabbed group.
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

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace