DevExpress.XtraLayout.v14.1 A default localizer to translate resources for the WinForms Layout Manager. Initializes a new instance of the LayoutResLocalizer class with default settings. Gets the string, localized by the current LayoutResLocalizer, for the specified user interface element. A enumeration value specifying the UI element whose caption (text) is to be localized. A representing the text to be displayed within the specified UI element. Returns the name of the language currently used by this localizer object. A specifying the language used to localize the user interface. Lists the values that specify how a layout item is inserted to another position. An item is inserted inside the specified item. An item is inserted outside the specified item. In this case, the inserted item is reduced to its minimum size which is specified by its property. Contains methods to move a layout item to a position next to another layout item. This member supports the internal infrastructure and is not intended to be used directly from your code. A object to be moved. This object is used to initialize the property. A object relative to which the dragItem will be positioned. This object is used to initialize the property. A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. A value that specifies whether the draItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. Initializes a new LayoutItemDragController instance with settings specifying that thedragItem should be inserted horizontally after the baseItem, occupying its largest part (typically, half the region). A object to be moved. This object is used to initialize the property. A object relative to which the dragItem will be positioned. This object is used to initialize the property. Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem, occupying its largest part (typically, half the region). A object to be moved. This object is used to initialize the property. A object relative to which the dragItem will be positioned. This object is used to initialize the property. A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted at a certain position within a specific group. A object to be moved. This object is used to initialize the property. A object into which the dragItem will be inserted. A Point where the dragItem will be inserted into the group. Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem. A object to be moved. This object is used to initialize the property. A object relative to which the dragItem will be positioned. This object is used to initialize the property. A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to another item, as specified by the settings of the controller parameter. A object to be moved. This object is used to initialize the property. A LayoutItemDragController object, whose settings determine how a dragItem is inserted next to another item. Inserts the to a position, specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that do not belong to a . This member supports the internal infrastructure and is not intended to be used directly from your code. Gets the item to be inserted to a position, specified by the settings of the LayoutItemDragController object. A object that represents the item to be inserted. This member supports the internal infrastructure and is not intended to be used directly from your code. Inserts the orphan to a position specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that belong to a . true if the item has been successfully inserted; otherwise, false. Gets an object that identifies an element located at the point. This member is in effect if the current LayoutItemDragController object has been initiailized using a constructor with a Point parameter. A object that provides information on the element located at the point. Gets the point at which the will be inserted. This member is in effect if the current LayoutItemDragController object has been initialized using a constructor with a Point parameter. A Point at which the will be inserted. Gets whether the is inserted before or after the . A value that specifies whether the is inserted before or after the . Gets the item next to which the is inserted. A object that identifies the item next to which the is inserted. Gets whether the is inserted horizontally or vertically next to the . A value that specifies whether the is inserted horizontally or vertically next to the . Gets whether the is inserted inside or outside the . A value that specifies whether the is inserted inside or outside the . This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Contains values that specify how default maximum size constraints are calculated for controls that implement the interface. The default maximum width is calculated for a control as the maximum of two values: Control.MaximumSize.Width and IXtraResizableControl.MaxSize.Width. The default maximum height is calculated for a control as the maximum of two values: Control.MaximumSize.Height and IXtraResizableControl.MaxSize.Height. The default maximum width and height are specified by the Control.MaximumSize.Width and Control.MaximumSize.Height values, respectively. The default maximum width is specified by the Control.MaximumSize.Width property if it is not set to 0; otherwise, the default maximum width is specified by the IXtraResizableControl.MaxSize.Width property. The default maximum height is specified by the Control.MaximumSize.Height property if it is not set to 0; otherwise, the default maximum height is specified by the IXtraResizableControl.MaxSize.Height property. Enumerates values that specify whether a layout item is visible in customization mode and regular mode (when customization is not performed). A layout item is visible in regular mode and in customization mode. A layout item is not visible in regular mode or customization mode. A layout item is only visible in customization mode, and hidden in regular mode (when customization is not performed). A layout item is only visible in regular mode, and hidden in customization mode. Enumerates the options that control how layout items are resized when using a splitter. Moving the splitter changes the size of adjacent layout items and all their neighbors even if they belong to other layout groups. Moving the splitter allows adjacent layout items that belong to the same layout group to be resized (the layout item to the left, and all layout items to the right/top are allowed to be resized). A data-bound version of the . Initializes a new instance of the DataLayoutControl class. Adds a layout item to the control and hides it. A descendant that represents the layout item to be added to the control and hidden. Gets an object that identifies which editors can be used to edit data of specific types. A object. Fires when the current position in the bound data source changes. Gets or sets the data source member which supplies data to the DataLayoutControl's editors. A string value representing the data source member. Gets or sets the data source providing data for editors that are created by the DataLayoutControl control. The object used as the data source. Ends the layout control's runtime initialization. Forces the control to finish its initialization. Creates layout items for all fields in the bound data source. Gets or sets the site associated with the current DataLayoutControl. A System.ComponentModel.ISite object. Contains options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). Initializes a new instance of the LayoutSerializationOptions class with default settings. Copies options from the specified object to the current object. A descendant whose settings are assigned to the current object. Gets or sets whether the items that exist in a layout when it's restored, but that don't exist in the current layout control, should be discarded or added to the control. true to discard the items that exist in the layout being restored, but don't exist in the current layout control; false to add these items to the layout control. Gets or sets whether the appearance settings of item captions are loaded when a layout is loaded from a data store. A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. Gets or sets whether the appearance settings of tab pages are loaded when a layout is loaded from a data store. A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. Gets or sets whether layout groups' padding settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether layout groups' spacing settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether the appearance settings of groups are loaded when a layout is loaded from a data store. A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether layout items' padding settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether layout items' spacing settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether layout items' captions are restored when restoring the control's layout from a data store. true if layout items' captions are restored when restoring the control's layout from a data store; otherwise, false. Gets or sets whether the layout root group's padding settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether the layout root group's spacing settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether tabbed groups' padding settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether tabbed groups' spacing settings () are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. true to restore the corresponding settings; otherwise, false. Represents a Splitters. Initializes a new instance of the SplitterItem class. Initializes a new instance of the SplitterItem class with the specified parent. A object that owns the new splitter item. Gets whether the layout item's borders are highlighted when the mouse cursor hovers over the layout items Always true. Gets the appearance settings used to paint an item's caption. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A object which provides the appearance settings used to paint the item's caption. Starts the item's initialization. This member supports the internal infrastructure, and is not intended to be used directly from your code. Ends the item's initialization. Gets or sets whether and which layout item/group is fixed. A value that specifies whether and which layout item/group is fixed. Returns the splitter item's name. A value that specifies the splitter item's name. Returns the bounds of the region used to drag the splitter item. This method supports the internal infrastructure and is not intended to be used directly from your code. A Rectangle object. Gets whether the splitter item is oriented horizontally. true if the splitter item is oriented horizontally; otherwise, false. Gets whether the splitter item is oriented vertically. true if the splitter item is oriented vertically; otherwise, false. Gets or set the maximum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A structure that defines the item's maximum width and height. Gets or sets the minimum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A structure that defines the item's minimum width and height. Gets or sets the amount of space in pixels between the item's borders and its contents. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A object that contains inner indents between the layout item's borders and its contents. Gets or sets the splitter's resize mode. A value that specifies the splitter's resize mode. Gets or sets the splitter item's size. A structure that defines the splitter item's width and height. Gets or sets the size constraints type. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A enumeration value which specifies the manner in which the item can be resized. The default is SizeConstraintsType.Default. Gets or sets the outer indents of the item's borders. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A object that contains the outer indents of the layout item's borders. Gets or sets the splitter's width. An integer value that specifies the splitter's width. Gets or sets the item's text. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A value that specifies the item's text. This member supports the internal infrastructure and is not intended to be used directly from your code. A value. Gets or sets the size of the text region. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. A structure that defines the width and height of the item's text region. Gets whether the text region is visible. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Always false. Gets the name of the item's type. The 'SplitterItem' value. Contains options that specify how the text regions of layout items, displayed within a specific group, are rendered. Initializes a new instance of the OptionsItemTextGroup class with default settings. A object which will own the new object. Gets or sets whether controls with hidden text must be aligned when the local alignment of controls within the group is enabled. true if controls with hidden text must be aligned when the local alignment is enabled; otherwise, false. Disposes of the current object. Gets or sets the alignment settings of the controls displayed in the current group. A value which specifies the alignment settings of the controls. Gets or sets the distance between the text regions of layout items and the corresponding controls. An integer value that represents the distance between the text regions of layout items and the corresponding controls. Enumerates the options that determine the alignment settings of a layout item's control. The auto-size feature is applied to the current layout item. The item's text region is automatically resized to the minimum width that allows the text to be displayed in its entirety. Enables custom size mode, in which the size of the layout item's text region must be specified manually via the property. Alignment settings are determined by the item's parent. The item's property is ignored. In this mode, this setting is determined by the item's parent. The item's immediate parent is a group which provides the property to control the alignment settings of its items. However, by default the group's property is set to . In this mode, the alignment settings of the group's items are determined by the group's parent. For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). Enumerates the options that specify how the controls, displayed within a specific layout group, are aligned and the corresponding text regions are resized. Controls displayed within the current group are equally aligned independent of other groups. Controls displayed within the current and nested groups are equally aligned independent of other groups. The auto-size feature is applied to the layout items of the current group. The text regions of the layout items are automatically resized to the minimum width that allows the text to be displayed in its entirety. Enables custom size mode, in which the size of the text regions of the group's layout items must be specified manually via the property. Alignment settings are determined by the group's parent. The and properties of the current group are ignored. In this mode, these settings are determined by the group's parent. For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). Enumerates the options that specify how the controls, displayed within the LayoutControl, are aligned and the corresponding text regions are resized. Controls are auto-aligned independently within each layout group. For internal use. Controls are auto-aligned throughout the LayoutControl. The auto-size feature is enabled. The text regions of layout items are automatically resized to the minimum width that allows the text to be displayed in it entirety. Enables custom size mode, in which the size of the text regions of all layout items must be specified manually via the property. Provides data for the event. Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. A object representing the menu to be displayed. This object is assigned to the Menu property. A object that identifies the clicked object. This object is assigned to the HitInfo property. A Boolean value that specifies whether the menu is allowed to be displayed. This value is assigned to the Allow property. Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. A object representing the menu to be displayed. This object is assigned to the Menu property. A object that identifies the clicked object. This object is assigned to the HitInfo property. Represents a method that will handle the event. Represents a method for handling the event. The event source. This identifies the LayoutControl control which fires the event. A object that contains data for the event. Obsolete. Instead use the options provided by the class. This member is obsolete. Controls are aligned throughout the LayoutControl. This member is obsolete. Controls are aligned independently within layout groups. This member is obsolete. The auto-size feature is enabled. Enumerates size constraints modes. A layout item's size can be changed within the range which is specified by the and properties. Default Size Constraints are applied to the layout item and its control. The default size constraints are determined automatically depending upon the type of its control. This mode is designed to support horizontal alignment of the controls that implement the automatic sizing feature, when they are displayed within a LayoutControl. A layout item's maximum and minimum sizes are determined automatically. To custom align a control, set its AutoSizeInLayoutControl property to true and specify the control's alignment via the property. See Control Alignment to learn more. Specifies the direction in which focus is moved when the TAB key is pressed. Focus moves from one 'row' to another selecting each control in a row. Focus moves from one 'column' to another selecting each control in a column Contains options that determine the control's display options Initializes a new instance of the OptionsView class. An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. Gets or sets whether icons for all layout items within the current should be painted in the items' foreground colors. true, if icons for all layout items within the current should be painted in the items' foreground colors; otherwise, false. Gets or sets whether layout item borders are highlighted when the mouse cursor hovers over the layout items. true if the hot-tracking of layout items is enabled; otherwise, false. This option is equivalent to the option. A Boolean value. Gets or sets whether the , and options are in effect. True, if the corresponding options are in effect; otherwise; False. This property is now obsolete. Use the property instead. Allows the parent's background to be seen through the LayoutControl. A Boolean value. Gets or sets whether focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible. true if focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible; otherwise, false. [To be supplied] [To be supplied] Gets or sets how a LayoutControl's size is changed when it's positioned within another LayoutControl. A value. Gets or sets how default maximum size constraints are calculated for controls that implement the interface. A value. Gets or sets the number of frames in the fade animation. An integer value that specifies the number of frames in the fade animation. Gets or sets the fade animation length. An integer value that specifies the length of the fade animation, in miliseconds. Gets or sets whether layout item borders are visible at runtime. true if item borders are visible at runtime; otherwise, false. Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. Allows the parent's background to be seen through the LayoutControl. true if the parent's background is seen through the LayoutControl; otherwise, false. Gets or sets whether controls are fitted to fill the entire height of the . true, if controls are fitted to fill the entire height of the ; otherwise, false. Gets or sets whether controls are fitted to fill the entire width of the . true, if controls are fitted to fill the entire width of the ; otherwise, false. Gets or sets whether disabled layout items are highlighted according to the current skin. true if disabled layout items are highlighted; otherwise, false. Gets or sets whether focused layout items are highlighted according to the current skin. true if focused layout items are highlighted; otherwise, false. Gets or sets whether the layout control is read-only. A value that specifies if the layout control is read-only. Gets or sets the color used to paint layout item borders when they are visible. A value that specifies the color of layout item borders. This member supports the internal infrastructure and is not intended to be used directly from your code. A PaddingMode value. Determines whether the LayoutControl manages the look and feel and style settings of DevExpress .NET controls that are displayed within the LayoutControl. true if the look and feel and style settings of controls are determined by the property; otherwise, false. Gets or sets whether to use the default paint mechanism to indicate drag-and-drop operations. true if the default paint mechanism is used to indicate drag-and-drop operations; otherwise, false. Gets or sets whether indents between elements in the LayoutControl are automatically adjusted, based on the owning container's auto-scale settings. true, if indents between elements in the LayoutControl are automatically adjusted based on the owning container's auto-scale settings; otherwise, false. Gets or sets whether padding settings ( and ) of items and groups are obtained from the current skin. This is a backward compatibility option. true if padding settings of items and groups are obtained from the current skin; otherwise, false. Contains default options that specify how the text regions of layout items displayed within the LayoutControl are rendered. Initializes a new instance of the OptionsItemText class. An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. Gets or sets whether controls with hidden text must be aligned when the control alignment is enabled. true if controls with hidden text must be aligned when the control alignment is enabled; otherwise, false. Specifies the alignment options. Releases all resources used by the current object. Gets or sets whether the automatic alignment of controls is enabled. Gets or sets the alignment settings of the controls which are displayed in the LayoutControl. A value which specifies the current alignment mode. Gets options that specify how text is rendered. A object. Gets or sets the default distance between the text regions of layout items and the corresponding controls. An integer value that represents the distance between the text regions of layout items and the corresponding controls. Contains options that affect focus movement between controls within the XtraLayoutControl and layout groups. Initializes a new instance of the OptionsFocus class with the specified focus direction and right-to-left setting. A value that specifies how focus is moved when the TAB key is pressed. This value is assigned to the property. A Boolean value that specifies whether focus needs to be moved from right to left when the TAB key is pressed. This value is assigned to the property. Initializes a new instance of the OptionsFocus class. An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. Gets or sets whether the currently selected child control is activated when the LayoutControl receives focus. true if the currently selected child control is activated when the LayoutControl receives focus; otherwise, false. Gets or sets whether the first control within a tab page is focused when the tab page is activated. true if the first control within a tab page is focused when the tab page is activated; false if focus is not moved to this control. Gets or sets whether a layout item's control is focused when its label is clicked. true if a layout item's control is focused when its label is clicked; otherwise, false. Gets or sets whether the expand buttons of regular groups can be focused when the TAB key is pressed. true if the expand buttons of groups can receive focus; otherwise, false. Gets or sets whether read-only editors are focused when focus is moved between controls using the TAB key. true if read-only editors are focused when focus is moved between controls using the TAB key; otherwise, false. Gets or sets whether the headers of tabbed groups can be focused. true if the headers of tabbed groups can be focused; otherwise, false. Gets or sets whether the Automatic Tab Order feature is enabled. true if the Automatic Tab Order feature is enabled; otherwise, false. Gets or sets the direction in which focus moves in Automatic Tab Order mode when the TAB key is pressed. A value that specifies the direction in which focus moves. Gets or sets whether focus moves from right to left. true if focus moves from right to left; false if focus moves from left to right. Contains options that affect the appearance of the Customization Form. Initializes a new instance of the OptionsCustomizationForm class. An object that implements the interface, and owns the created OptionsCustomizationForm object. Gets or sets whether the default handling of the DELETE key in customization mode is disabled. true if the default handling of the DELETE key in customization mode is disabled; otherwise, false. Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations. true if the LayoutControl allows an end-user to undo/redo runtime customization operations; otherwise, false. Gets or sets the default directory for the Open dialog that is opened when clicking on the Customization Form's Load Layout button. A string that specifies the default directory for the Open dialog invoked via the Customization Form. Gets or sets the default directory for the Save dialog that is opened when clicking on the Customization Form's Save Layout button. A string that specifies the default directory for the Save dialog invoked via the Customization Form. Gets or sets the coordinates and bounding rectangle of the control's Customization Form at design time. A Nullable Rectangle value that specifies the Customization Form's coordinates and bounds at design time. Gets or sets whether the Undo Manager, which allows customization operations to be reverted, is enabled. true if the Undo Manager is enabled; otherwise, false. [To be supplied] [To be supplied] [To be supplied] [To be supplied] [To be supplied] [To be supplied] Gets or sets whether the Layout Tree View tab page is visible in the Customization Form. true if the Layout Tree View tab page is visible; otherwise, false. Gets or sets whether the Customization Form's Load button is visible. true if the Load button is visible; otherwise, false. Gets or sets whether the Property Grid is displayed within the Customization Form. true to display the Property Grid within the Customization form; otherwise, false. Gets or sets whether the Customization Form's Redo button is visible. true if the Redo button is visible; otherwise, false. Gets or sets whether the Customization Form's Save button is visible. true if the Save button is visible; otherwise, false. Gets or sets whether the Customization Form's Undo button is visible. true if the Undo button is visible; otherwise, false. Contains information on a specific point within an XtraLayoutControl. Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object. A object whose settings are copied to the object being created. Initializes a new instance of the BaseLayoutItemHitInfo class. Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings. A structure that represents the test point. This value is assigned to the property. A value that specifies the type of a layout item's element located under the test point. This value is assigned to the property. A object that represents the layout item located under the test point. This value is assigned to the property. Gets the test point. A structure that specifies the current test point. Gets the type of the layout item's element located under the test point. A value that specifies the type of the element located under the test point. Gets whether the test point belongs to a group's expand button. true if the test point belongs to a group's expand button; otherwise, false. Gets whether the current test point belongs to a Layout Group. true if the current test point belongs to a Layout Group; otherwise, false. Gets whether the test point belongs to a tab of a and this tab resides within the last tab row. This property is in effect if tabs are allowed to be arranged in multiple rows (see ). true, if a tab resides within the last tab row; otherwise, false. Gets whether the current layout item is being or about to be resized by dragging the item's border with the mouse. true if the current layout item is being or about to be resized; otherwise false. Gets whether the current test point belongs to a Tabbed Group. true if the current test point belongs to a Tabbed Group; otherwise, false. Gets the layout item (regular group or tabbed group) positioned under the test point. A descendant that specifies the layout item positioned under the test point. If the test point belongs to a tab page header, gets the index of the corresponding tab page. An integer which specifies the index of a tab page. -1 if the test point doesn't belong to a tab page header. Represents an Empty Space Items (an item used to insert an empty region within the LayoutControl). Initializes a new instance of the EmptySpaceItem class. Initializes a new instance of the EmptySpaceItem class with the specified parent group. A object that owns the created item. This property is not supported by the EmptySpaceItem class. false. Not supported. null. Not supported. A structure. Not supported. A structure. Returns the default value of the property. A value that specifies the default value of the property. Gets or sets the maximum size of the EmptySpaceItem. A structure that defines the item's maximum width and height. Gets or sets the minimum size of the EmptySpaceItem. A structure that defines the item's minimum width and height. Not supported. The value. Not supported. Zero. Gets or sets whether the text region is visible. true if the text region is visible; otherwise, false. Gets the name of the item's type. The EmptySpaceItem value. Represets a container of layout items. Gets or sets whether the layout of the current container can be customized using drag and drop. true if the layout of the current container can be customized using drag and drop; otherwise, false. Provides access to the properties that control the group's appearance. A object that provides the appearance settings used to paint the group. Provides access to a tabbed group's appearance settings. A object that provides the appearance settings for a tabbed group. Locks the LayoutItemContainer object by preventing visual updates of the object and its elements until the EndUpdate method is called. Gets whether the specified item belongs to the current container. A object whose membership should be tested. true if the specified item belongs to the current container; otherwise, false. Unlocks the LayoutItemContainer object after a call to the BeginUpdate method and causes an immediate visual update. Provides access to the appearance settings currently used to paint the layout group. An object that contains the corresponding appearance settings. Provides access to the appearance settings currently used to paint layout items that belong to the current container. An object that contains the corresponding appearance settings. Gets or sets the layout group that owns the LayoutItemContainer. A object that owns the LayoutItemContainer. Gets or sets the container's side along which its caption is displayed. A value which specifies the container's side along which its caption is displayed. Not supported. A structure. Not supported. Zero. Lists the values that identify the XtraLayoutControl's visual elements. The test point belongs to a control which is located within a layout item. A layout item is being or about to be resized horizontally. See the topic. The test point belongs to a layout item, group or tabbed group. The test point does not belong to any visual element or is outside the LayoutControl. The test point belongs to a layout item's text area. A layout item is being or about to be resized vertically. See the topic. Provides the appearance settings used to paint a LayoutControl. Initializes a new instance of the class. Gets the appearance settings used to paint the contents of all the editors owned by the LayoutControl. A object which provides the appearance settings used to paint the editor's contents. Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are disabled. This option is only in effect for DevExpress controls that support the Style Controller mechanism. A object which provides the appearance settings used to paint the contents of the editors when they are disabled. Gets the appearance settings used to paint the popup window of all the editors owned by the LayoutControl. A object which provides the appearance settings used to paint the editor's popup window. Gets the appearance settings used to paint the header panel within the popup windows of all the editors owned by the LayoutControl. A object which provides the appearance settings used to paint the header panel within the popup window. Gets the appearance settings used to paint the currently focused editor within the LayoutControl. A object which provides the appearance setting used to paint the currently focused editor within the LayoutControl. Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are in the read-only state. This option is only in effect for DevExpress controls that support the Style Controller mechanism. A object which provides the corresponding appearance settings. Gets the appearance settings used to paint captions of disabled layout groups. An object that contains corresponding appearance settings. Gets the appearance settings used to paint captions of disabled layout items or items that display disabled controls. An object that contains corresponding appearance settings. Contains the values that specify how an item is positioned next to a base item. Specifies that an item is positioned horizontally next to a base item. Specifies that an item is positioned vertically next to a base item. Lists the values that specify the position to which a layout item is inserted. To insert an item after the specified one. To insert an item before the specified one. Represents a tabbed group within the LayoutControl. Initializes a new instance of the class with the specified owner. A object or descendant which owns the created group. Initializes a new instance of the class with default settings. Appends the specified tab page to the collection. A object or descendant that represents the new tab page. A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. Appends the specified tab page with the specified text to the collection. A object or descendant that represents the new tab page. A value that specifies the text displayed within the page header. This value is assigned to the property. A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. Creates a new tab page and appends it to the collection. A object that represents the new page. Creates a new tab page with the specified text and appends it to the collection. A value that specifies the text displayed within the page header. This value is assigned to the property. A object that represents the new page. Gets the collection of layout groups which is owned by the current tabbed group. A object which represents the collection of layout groups owned by the tabbed group. Represents the base class for layout items. Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item. A class descendant. Gets or sets whether the item can be hidden to the Customization Form. true if the item can be hidden to the Customization Form; otherwise, false. Gets the appearance settings used to paint a layout item's caption. An object which provides the appearance settings used to paint the layout item's caption. Starts the component's initialization. Gets or sets the width of the current BaseLayoutItem relative to other items' width after the method has been called. An Integer value that is the proportion of the current BaseLayoutItem's width to other items' width after the method has been called. Gets or sets the BindingContext for the item. A BindingContext for the item. Gets the layout item's bounding rectangle. A structure that specifies the bounding rectangle. Returns whether the layout item can be moved to a specific position. A object whose settings determine the position to which the layout item should be moved. true if the layout item can be moved to a specific position; otherwise, false. Fires when the current item is clicked. Creates a copy of the current layout item. A object that represents the group to which the created layout item belongs. An object that implements the interface, and owns the created layout item. A object that represents an exact copy of the current BaseLayoutItem instance. Gets or sets the layout item's caption within the Customization Form. A string value that specifies the layout item's caption within the customization form. Gets the data bindings for the layout item. A ControlBindingsCollection that contains the Binding objects for the item Fires when the current item is clicked. Finishes the component's initialization. Not supported. Always True. Gets the default value of the property. A string that specifies the default value of the property. Gets or sets the layout item's height. An integer that specifies the layout item's height. Fires after an item has been hidden. Hides the item. Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Invalidates the region which is occupied by the layout item. Gets whether the current item is being disposed of. true if the current item is being disposed of; otherwise, false. Gets whether the current layout item represents a Layout Group. true if the layout item represents a Layout Group; otherwise, false. Gets whether the layout item is hidden. true if the layout item is hidden; otheriwse, false. Gets whether the layout item has been locked for updating. true if the layout item is locked; otherwise, false. Gets or sets the coordinates of the layout item's top left corner. A structure that specifies the coordinates of the layout item's top left corner. Gets or sets the maximum size of the layout item. A structure that defines the item's maximum width and height. Gets or sets the item's minimum size. A structure that defines the item's minimum width and height. Occurs when the mouse pointer is over a layout item and a mouse button is pressed. Occurs when the mouse button is released if it was pressed within a layout item. Moves the item to the specified position within the LayoutControl. A object whose settings determine the position to which the layout item should be moved. true if the item has been successfully moved to a new position; otherwise, false. Moves the item to the specified visual position within the LayoutControl. A descendant that represents the layout item within the LayoutControl. A enumeration value that specifies the position of the new group relative to the specified baseItem. true if the item has been successfully moved to a new position; otherwise, false. Gets or sets the layout item's name. A value that specifies the item's name. Contains options that specify which operations can be performed on the layout item at runtime. A object that contains the corresponding options. This member is obsolete. Use the property instead. A BaseLayoutItemToolTipOptions object. This member is obsolete. Use the property instead. A BaseLayoutItemToolTipOptions object. Contains options that allow tooltips to be assigned to layout items and their images. A object providing corresponding options. Gets or set the LayoutControl that owns the current layout item. A LayoutControl control. Gets or sets the amount of space in pixels between the item's borders and its contents. A object that contains inner indents between the layout item's borders and its contents. Provides access to the appearance settings currently used to paint the layout item. An object that contains the corresponding appearance settings. Gets or sets the group that owns the current item. A or its descendant that owns the current item. Gets or sets the name of the item's parent. A string that specifies the name of the item's parent. Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type. A descendant which represents the layout group that the current layout item will be added to. Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position. A descendant which represents the layout item within the LayoutControl. A enumeration value that specifies the position of the restored item relative to the baseItem. Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl. A object whose settings determine the position to which the layout item should be moved. Gets or sets the selection state of the current item. true if the current layout item is selected; otherwise, false. Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. true if the layout item is displayed within the customization form when it's hidden; otherwise, false. Fires when the item is about to be added to the layout (by dragging it from the Customization Form). Fires after an item has been made visible. Gets or sets the layout item's size. A structure that defines the item's width and height. Gets or sets the outer indents of the item's borders. A object that contains the outer indents of the layout item's borders. Gets or sets an object that contains data on the current layout item. An object that contains data on the layout item. Gets or sets the text associated with the layout item. A string that specifies the layout item's text. Fires after the layout item's text has been changed. Gets or sets the position of the text region. A value that specifies the position of the item's text region. Gets or sets the size of the text region. A structure that defines the width and height of the item's text region. Gets or sets the distance between the control displayed within the layout item and the text region. An integer that specifies the distance, in pixels. Gets or sets whether the text region is visible. true if the text region is visible; otherwise, false. Gets the name of the current layout item's type. A string that represents the name of the current layout item's type. Updates the region occupied by the layout item. Gets the object which contains the information used to render the layout item. A object. Gets or sets whether the layout item is visible within the LayoutControl in regular mode (when layout customization is not performed) and in customization mode. A value. Gets whether the layout item is visible. true if the layout item is visible; otherwise, false. Gets or sets the layout item's width. An integer that specifies the layout item's width. Gets or sets the X coordinate of the item's top left corner relative to the parent's top left corner. An integer which specifies the X coordinate of the item's top left corner. Gets or sets the Y coordinate of the item's top left corner relative to the parent's top left corner. An integer which specifies the Y coordinate of the item's top left corner. Represents a regular group within the LayoutControl. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified parent layout group. A descendant which represents the parent layout group. Creates a new layout item group with the default layout type. A object that has been created. Creates a new layout group with the default layout type and the specified caption. The new group is added to the collection. A value that specifies the group's caption. This value is assigned to the property. A object that represents the new layout group. Appends the specified layout group to the collection. A object that represents the group to add to the collection. A object that represents the added group. Creates a new layout group with the specified caption and at the specified position within the current group. The new group is appended to the collection. A value that specifies the group's caption. This value is assigned to the property. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the new layout group. Creates a new layout group at the specified position within the current group. The new group is appended to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the new layout group. Positions the specified layout group at the specified position within the current group and appends it to the collection. A object that represents the layout group to add to the current group. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the added layout group. Creates a new layout item with the default layout type. A object that has been created. Appends the specified layout item with the default layout type to the collection. A descendant which represents the layout item to add to the collection. A object which represents the layout item added. Creates a new layout item with the specified text and appends it to the group's collection. A value that specifies the layout item's text. A object which represents the new layout item. Creates a new layout item with the specified text and control. The new item is appended to the group's collection. A value that specifies the layout item's text. A descendant that represents the control which is owned by the layout item. This value is assigned to the property. A object which represents the new layout item. Creates a new layout item with the specified text, control and at the specified visual position within the group. The new layout item is appended to the group's collection. A value that specifies the new layout item's text. A descendant that represents the control which is owned by the layout item. This value is assigned to the property. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the specified item. A object which represents the new layout item. Creates a new layout item at the specified visual position within the group and appends it to the group's collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the specified item. A object which represents the new layout item. Positions the specified layout item at the specified visual position within the current group and appends it to the group's collection. A descendant which represents the layout item to add to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the specified item. A object which represents the added layout item. Adds an array of layout items to the current group. An array of objects. Creates a new tabbed group with the default layout type. A object that has been created. Appends the specified tabbed group to the collection. A descendant that represents the tabbed group to add to the collection. A object that represents the tabbed group added. Creates a new tabbed group at the specified visual position within the current group. The new group is appended to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new tabbed group relative to the specified item. A object that represents the new tabbed group. Positions the specified tabbed group at the specified visual position within the current group and appends it to the collection. A descendant that represents the tabbed group to add to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new tabbed group relative to the specified item. A object that represents the tabbed group added. Hides the group. Provides access to the visible layout items owned by the current group. A object which represents the collection of visible layout items. Gets or set the LayoutControl that owns the current layout group. A control. Gets the object which contains information used to render the layout group. A object. Represents a layout item that can display an external control. Initializes a new instance of the class with the specified parent group. A object representing the layout group which owns the created item. Initializes a new instance of the class with default settings. Initializes a new instance of the class. A object which owns the created layout item. This value is assigned to the property. A descendant which is owned by the created layout item. This value is assigned to the property. Gets or sets whether the auto-alignment feature is enabled for the item. A Boolean value. Gets or sets whether the LayoutControlItem's icon should be painted in the item's foreground color. A DefaultBoolean enumerator value that specifies whether the LayoutControlItem's icon should be painted in the item's foreground color. Gets or sets whether the layout item's borders are highlighted when the mouse cursor hovers over it. true if the layout item can be hot-tracked; otherwise, false. Gets or sets whether HTML formatting is allowed in the text that is associated with the layout item. true if HTML formatting is allowed; otherwise, false. Gets or sets whether the layout item's contents are visible. true if the layout item's contents are visible; otherwise, false. Gets or sets the control which is owned by the layout item. A descendant which is owned by the layout item. Gets or sets the alignment of the LayoutControlItem's control within the layout item. A value that specifies the control's alignment within the layout item. Gets or sets the client area's maximum size. A structure that defines the client area's maximum width and height. Gets or sets the control's minimum size. A structure that defines the control's minimum width and height. This property is for internal use only. It is used in serialization. Do not change it. A value that specifies the name of the control which is owned by the current layout item. Finishes the component's initialization. Not supported. Always True. Gets or sets whether the control occupies the layout item's maximum allowed client area. true if the control occupies the layout item's maximum allowed client area; otheriwse, false. Gets or sets the image displayed in the item's label. An object which represents the item's image. Gets or sets the alignment of the image within the label. A enumeration value that specifies the alignment of the image within the label. Gets or sets the index of the image assigned to the item. An integer which specifies the index of the item's image in a collection of images. Gets an image collection whose images can be displayed within the current item. An object that represents the image source. Gets or sets the distance between the item's label and image. An integer value that specifies the distance between the item's label and image, in pixels. Returns the collection of images that can be displayed within the current item. An ImageCollection object that contains images. Gets or sets the layout item's maximum size. A structure that defines the item's maximum width and height. Gets or sets the item's minimum size. A structure that defines the item's minimum width and height. Gets or set the LayoutControl that owns the current layout item. A LayoutControl control. Gets or sets the size constraints type. A enumeration value which specifies the manner in which the current layout item can be resized. Gets or sets the alignment settings of the item's control. A value. Gets or sets whether the client region's height is trimmed to match the control's height. true if the client region's height is trimmed to match the control's height; otherwise, false. Gets the name of the item's type. The "LayoutControlItem" string. Gets the object which contains information used to render the layout item. A object. Represents the base class for tabbed layout groups. Invokes the Visit method of the specified visitor for each item that belongs to the current layout tabbed group. A class descendant. Adds a new tabbed page to the current tabbed group. A object or descendant which represents the new page. Appends the specified tab page to the collection. A object or descendant that represents the new tab page. A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. Appends the specified tab page with the specified text to the collection. A object or descendant that represents the new tab page. A value that specifies the text displayed within the page header. This value is assigned to the property. A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. Creates a new tab page with the specified text and appends it to the collection. A value that specifies the text displayed within the page header. This value is assigned to the property. A object or descendant that represents the new page. Gets or sets default padding for images displayed in the page headers belonging to the current group. A Padding object that specifies default padding for images displayed in the page headers belonging to the current group. Finishes the component's initialization. Gets or sets whether tab headers are stretched to the width of the TabbedGroup's header region. A value that specifies whether tab headers are stretched to the width of the TabbedGroup's header region. Gets or sets the orientation of tab headers. A enumeration member which specifies the orientation of tab headers. Adds the specified page to the collection at the specified position. An integer value which represents the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. A object or descendant which represents the inserted page. Adds the page to the collection before or after the specified page. A object or descendant that represents the page before or after which the page will be inserted. A object or descendant which represents the inserted page. An enumeration value which specifies the position that the page will be inserted at. Gets the maximum size of the tabbed group. A structure that specifies the tabbed group's maximum size. Gets the minimum size of the tabbed group. A structure that defines the tabbed group's minimum width and height. Moves the page to another position within the collection. A object which contains information on the page that would be moved and the position that the page would be moved to. true if the page has been moved; otherwise, false. Gets or sets whether more than one row of tabs can be displayed. A value that specifies whether tabs can be arranged in multiple rows. This property is not supported by the TabbedGroup class. A object. Gets or set the LayoutControl that owns the current tabbed group. A object or descendant which the tabbed group belongs to. Gets or sets the alignment of images displayed within headers of pages that belong to the current group. A value that specifies the alignment of images displayed within headers of pages that belong to the current group. Removes the specified tab page from the collection. A object which represents the tab page to be removed from the collection. true if the tab page has been removed; otherwise, false. Occurs when a tab page is activated. Enables you to prevent changing the selected page. Gets or sets the currently selected layout group within the tabbed group. A object which represents the tabbed page that is currently selected. Gets or sets the index of the currently selected tab page. A zero-based integer which specifies the index of the selected tab page. Gets or sets the name of the tab page currently being selected. A value that specifies the name of the tab page currently being selected. Gets or sets whether tab headers are shown. A enumeration value that specifies whether tab headers are shown. Gets the collection of layout groups which is owned by the current tabbed group. A object which represents the collection of layout groups owned by the tabbed group. Gets or sets the size of the text region. A System.Drawing.Size structure that defines the width and height of the text region. Gets or sets whether the current object's text region is visible. This property is not supported by the TabbedGroup class. Always false. Gets the name of the item's type. The 'TabbedGroup' value. Ungroups the tabbed group. Gets the object which contains the information used to render the tabbed group. A object. Represents the base class for layout items. Represents the base class for regular layout groups. Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item group. A class descendant. Adds the specified item along the bottom or right edge of the current group. A descendant which represents the item that is to be added to the group. Creates a new layout item group with the default layout type. A descendant that has been created. Creates a new layout item group with the default layout type and the specified caption. The new group is added to the collection. A value that specifies the group's caption. This value is assigned to the property. A descendant that represents the new layout group. Appends the specified layout item group to the collection. A descendant that represents the group to add to the collection. A descendant that represents the new layout item group. Creates a new layout item group with the specified caption and at the specified position within the current group. The new group is appended to the collection. A value that specifies the group's caption. This value is assigned to the property. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A descendant that represents the new group. Creates a new layout item group at the specified position within the current group. The new group is appended to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A descendant that represents the new group. Positions the specified layout group at the specified position within the current group and appends it to the collection. A descendant that represents the layout group to add to the current group. A descendant which is owned by the current group. A enumeration value that specifies the position of the new group relative to the specified item. A descendant that represents the added group. Creates a new layout item with the default layout type. A descendant that has been created. Appends the specified layout item with the default layout type to the collection. A descendant which represents the layout item to add to the collection. A descendant which represents the layout item added. Creates a new layout item with the specified text and appends it to the group's collection. A value that specifies the layout item's text. A descendant which represents the new layout item. Creates a new layout item with the specified text and at the specified visual position within the group. The new layout item is appended to the group's collection. A value that specifies the new layout item's text. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the specified item. A descendant which represents the new layout item. Creates a new layout item at the specified visual position within the group and appends it to the group's collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the baseItem. A descendant which represents the new layout item. Displays the specified layout item at a specific position within the current group relative to another layout item. Allows the new text to be specified for the item. A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. A descendant which represents the added layout item. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the baseItem. A descendant which represents the added layout item. Positions the specified layout item at the specified visual position within the current group and appends it to the group's collection. A descendant which represents the layout item to add to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the baseItem. A descendant which represents the added layout item. Creates a new tabbed group with the default layout type. A descendant that has been created. Appends the specified tabbed group to the collection. A descendant that represents the tabbed group to add to the collection. A descendant that represents the tabbed group added. Creates a new tabbed group at the specified visual position within the current group. The new group is appended to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new tabbed group relative to the specified item. A descendant that represents the new tabbed group. Positions the specified tabbed group at the specified visual position within the current group and appends it to the collection. A descendant that represents the tabbed group to add to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new tabbed group relative to the specified item. A descendant that represents the tabbed group added. Gets or sets whether to paint the group's background when the property is set to false. true if the group's background is painted; otherwise, false. Gets or sets whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. A DefaultBoolean enumerator value that specifies whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. Gets or sets whether HTML formatting is allowed within the layout group caption. true, if the HTML formatting is allowed; otherwise, false. Gets or sets the group's background image that can be stretched across the group, tiled, centered, etc. An object. Gets or sets the position and behavior of the background image assigned to the property. An value. Gets or sets whether the background image, specified by the property, is in effect. true if the background image, specified by the property, is in effect; otherwise, false. Returns whether a new tabbed group can be created within the current group which will display a selected child group. true if a tabbed group can be created; otherwise, false. Returns whether a new group can be created within the current group which will display selected child items. true if a new group can be created; otherwise, false. Returns whether the specified item can be moved to the specified new position. A object that contains information on the item that would be moved and the position that the item would be moved to. true if the specified item can be moved to the specified new position; otherwise, false. Specifies the image to display within the group's caption area. A object that specifies the group's caption image. Gets the index of an image in an image collection which must be displayed within the group's caption. A zero-based index of an image in an image collection, that is displayed within the group's caption. Gets or sets the relative position of an image within the group caption. A value that specifies the image's position. Gets or sets padding for the image displayed in the current group's page header. A Padding value that specifies padding for the image displayed in the current group's page header. Gets or sets whether the group caption image is visible. true if the group caption image is visible; otherwise, false. Removes the items from the current group. Clears selected items specified by the property. true if the selection was modified; otherwise, false. Gets or sets the group's background image that is displayed "as is", and can be aligned to any group's edge. An object. Gets or sets the content image's alignment within the group. A value that specifies the content image's alignment. Gets the number of items that the current group owns. An integer that specifies the number of items that the current group own. Creates a new group that will contain the currently selected child items. A descendant that specifies the group that has been created. Creates a new tabbed group that will display the selected child group within the current group. A descendant that specifies the group that has been created. Gets or sets the default layout type for newly created items within the current group. A object that specifies the default layout type. Gets or sets whether layout items that belong to the current group are enabled. true if layout items that belong to the current group are enabled; otherwise, false. Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. Gets or sets the position of the expand button within the group header. A value that specifies the expand button's position. Gets or sets the direction of the expand button's arrow. A value that specifies the direction of the expand button's arrow. Gets or sets whether the group's expand button is visible. true if the group's expand button is visible; otherwise, false. Gets or sets whether the current group is expanded. true if the group is expanded; otherwise, false. Gets or sets whether the group is expanded/collapsed on double-clicking its caption. true if the group is expanded/collapsed on double-clicking its caption; otherwise, false. Flips the current group's layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any. true if nested layout groups must be processed as well; otherwise, false. Flips the current group's layout items around a vertical axis. Gets the default value of the group's property. A string that specifies the default value of the group's property. Gets whether the group's borders are visible. true if the group's borders are visible; otherwise false. Gets an image collection whose images can be displayed within the group. An object which represents an image collection. Invalidates the region which is occupied by the Layout Group. Gets whether the current group is displayed as a tab within a tabbed group. true if the current group is displayed as a tab within a tabbed group; otherwise false. Provides indexed access to the items that belong to the current group. An integer that specifies the index of the required item. A object that represents the item at the specified index. Provides access to the collection of items owned by the current group. A object that contains the group's child items. Gets the maximum size of the group. A structure that defines the group's maximum width and height. Gets the minimum size of the group. A structure that defines the group's minimum width and height. Moves the layout group to the specified position within the LayoutControl. A object whose settings determine the position to which the layout group should be moved. true if the layout group has been successfully moved to a new position; otherwise, false. Gets the options that determine how the controls displayed within the current group are aligned. A object. Gets or sets whether the tab that corresponds to the current group is enabled. This property is in effect when the group is represented as a tab page within a . true if the tab that corresponds to the current group is enabled; otherwise, false. Gets or sets the group that owns the current group. A or its descendant that owns the current group. Gets the parent tabbed group if the current group is displayed as a tab. A descendant that specifies the parent tabbed group; null if the current group is not displayed as a tab within a tabbed group. Removes the specified child item within the current group. The object that should be removed. Removes the child item at the specified index. An integer that specifies the index of the item to remove. Interchanges the columns and rows of layout items, including columns and rows of nested groups. Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups. true if nested layout groups must be rotated as well; otherwise, false. Provides access to the collection of selected items within the current group. A collection that contains the group's selected items. Gets or sets whether a Close button is displayed within a group when it's embedded into a . true if a Close button is visible when a group is embedded into a TabbedGroup; otherwise, false. Gets or sets the group's size. A structure that defines the group's width and height. Gets the name of the group's parent if the current group is displayed as a tab. A string which specifies the parent's name. Gets the name of the item's type. The LayoutGroup value. Ungroups the selected child group. Gets the object which contains the information used to render the layout group. A object. The Layout Control. Initializes a new instance of the class. Initializes a new instance of the class with the specified settings. true to allow use splitters; otherwise, false. true to allow use tabbed groups; otherwise, false. This constructor supports the internal infrastructure, and is not intended to be used directly from your code. A Boolean value. Activates the layout control's About dialog box. Creates a new layout group with the default layout type and the specified caption. The new group is added to the root group's collection. A value that specifies the group's caption. This value is assigned to the property. A object that represents the new layout group. Creates a new layout group with the default layout type and appends it to the root group's collection. A object that represents the new layout group. Appends the specified layout group to the root group's collection. A object that represents the group to add to the collection. A object that represents the added group. Positions the specified layout group at the specified position within the root group and appends it to the root group's collection. A object that represents the layout group to add to the root group. A descendant which is owned by the root group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the added layout group. Creates a new layout group with the specified caption and at the specified position within the root group. The new group is appended to the root group's collection. A value that specifies the group's caption. This value is assigned to the property. A descendant which is owned by the root group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the new layout group. Creates a new layout group at the specified position within the root group. The new group is appended to the root group's collection. A descendant which is owned by the root group. A enumeration value that specifies the position of the new group relative to the specified item. A object that represents the new layout group. Creates a new layout item with the specified text and control. The new item is appended to the root group's collection. A value that specifies the layout item's text. A descendant that represents the control which is owned by the layout item. This value is assigned to the property. A object which represents the new layout item. Creates a new layout item with the default layout type and appends it to the root group's collection. A object which represents the new layout item. Creates a new layout item with the specified text and appends it to the root group's collection. A value that specifies the layout item's text. A object which represents the new layout item. Appends the specified layout item to the root group's collection. A descendant which represents the layout item to add to the collection. A object which represents the layout item added. Positions the specified layout item at the specified position within the root group and appends it to the root group's collection. A descendant which represents the layout item to add to the collection. A descendant which is owned by the root group. A enumeration value that specifies the position of the new item relative to the specified item. A object which represents the added layout item. Creates a new layout item with the specified text, control and at the specified visual position within the root group. The new layout item is appended to the root group's collection. A value that specifies the layout item's text. A descendant that represents the control which is owned by the layout item. This value is assigned to the property. A descendant which is owned by the root group. A enumeration value that specifies the position of the new item relative to the specified baseItem. A object which represents the new layout item. Creates a new layout item at the specified visual position within the root group and appends it to the root group's collection. A descendant which is owned by the root group. A enumeration value that specifies the position of the new item relative to the specified baseItem. A object which represents the new layout item. Displays the specified layout item at a specific position within the root group, relative to another layout item. Allows a new text to be specified for the item. A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. This parameter is ignored. A descendant which represents the layout item to add to the collection. A descendant which is owned by the current group. A enumeration value that specifies the position of the new item relative to the specified item. A object which represents the added layout item. Appends the specified tabbed group to the root group's collection. A descendant that represents the tabbed group to add to the collection. A object that represents the tabbed group added. Creates a new tabbed group with the default layout type and appends it to the root group's collection. A object that represents the new tabbed group. Adds a new tabbed group to the specified position within the current group. A descendant which is owned by the root group. A enumeration value that specifies the position of the new tabbed group relative to the baseItem. A object that represents the new tabbed group. Positions the specified tabbed group at the specified visual position within the root group and appends it to the root group's collection. A descendant that represents the tabbed group to add to the collection. A descendant which is owned by the root group. A enumeration value that specifies the position of the new tabbed group relative to the specified item. A object that represents the tabbed group added. Gets or sets whether the customization menu can be invoked by end-users. true to allow end-users to invoke the customization menu; otherwise, false. Provides access to the properties that control the appearance of the controls located within the layout control. A object which provides the appearance settings for the layout controls. Gets an object that calculates appearances for layout items based on the appearance settings of items and their parent layout groups. An object. Assigns the unique names to the items contained within the collection. Gets or sets whether the layout control will allow an end-user to scroll to any controls placed outside of its visible boundaries. true to enable the auto-scrolling feature; otherwise, false. Not supported. A structure. Not supported. A structure. This property is not supported by the LayoutControl class. Gets or sets the control's background color. A that represents the control's background color. Gets or sets the layout control's background image. A descendant that represents the layout control's background image. Gets or sets the background image layout as defined in the ImageLayout enumeration. A value. Occurs before a layout is restored from storage (a stream, xml file or the system registry). Starts the layout control's runtime initialization. Locks the LayoutControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. Proportionally resizes layout items that are displayed in a single row. Gets or sets the for the control. A for the control. Returns information on the layout elements located at the specified point. A structure which specifies the test point coordinates relative to the layout controls top-left corner. A object which contains information about the layout elements located at the test point. Gets or sets a collection of images that can be displayed within layout group captions. An object which represents the image source. Fires when a property of the layout control is changed. Fires when a property of the layout control is about to be changed. Disposes all the layout items and their controls owned by the Layout Control. Hidden items are not removed. Clears items, allowing hidden items to be removed. true to clear the collection; otherwise, false. true to dispose of controls associated with layout items; otherwise, false. Gets the layout control's client height. An integer value that specifies the layout control's client height. Gets the layout control's client width. An integer value that specifies the layout control's client width. Gets the constraints manager. A object. Creates and returns a new customization form. A object which represents the created customization form. Creates an Empty Space Items within the specified group. A object which specifies the parent group for the created item. An object that has been created. Creates a new Layout Group within the specified group. A object which specifies the parent group for the created group. A object which represents the newly created group. Creates a new Layout Item within the specified group. A object which specifies the parent group for the created item. A object which represents the newly created item. Creates a within the specified group. A object which represents the parent group for the created item. A object that has been created. Creates a new Tabbed Group within the specified group. A object which specifies the parent group for the created group. A object which represents the newly created tabbed group. Gets or sets the cursor that is displayed when the mouse pointer is over the control. A object. Provides access to the customization form. A object which represents the customization form. Gets or sets the boundaries of the customization form. A structure which represents the customization form's boundaries. An object which provides the Context Menu. A object. Allows you to switch between the default and quick customization modes. The customization mode used to adjust the layout by end-users. Fires after the default layout (the layout saved by the method) has been loaded. Fires before loading the default layout (the layout saved by the method). Gets an object that calculates the enabled states for layout items based on the enabled states of layout groups and controls. An object. Ends the layout control's runtime initialization. Unlocks the LayoutControl object after a call to the BeginUpdate method and causes an immediate visual update. Exports the contents of the LayoutControl to the specified stream in XML format. A object which specifies the stream to which the LayoutControl is exported in XML format. Exports the controls displayed within the LayoutControl to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. A object, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). A containing the name shown as the title of the created document. true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. Exports the controls displayed within the LayoutControl to a file in HTML format A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a stream in HTML format A object, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding. A that specifies the full path to the file, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. A that specifies the full path to the file, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). A containing the name shown as the title of the created document. true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. Exports the control's data to the specified stream in HTML format using the specified options. A object, to which the created document is exported. A object which specifies the export options to be applied when the control is exported. Exports the control's data to the specified file in HTML format using the specified options. A which specifies the name (including the full path) of the file to which the control is exported. A object which specifies the export options to be applied when the control is exported. Exports the controls displayed within the LayoutControl to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. A object, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). A containing the name shown as the title of the created document. true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. A that specifies the full path to the file, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). A containing the name shown as the title of the created document. true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. Exports the controls displayed within the LayoutControl to a file in MHT format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding. A that specifies the full path to the file, to which the created document is exported. A representing the encoding name set in the output document (e.g. "UTF-8"). Exports the control's data to the specified stream in MHT format using the specified options. A object, to which the created document is exported. A object which specifies the export options to be applied when the control is exported. Exports the control's data to the specified file in MHT format using the specified options. A which specifies the name (including the full path) of the file to which the control is exported. A object which specifies the export options to be applied when the control is exported. Exports the controls displayed within the LayoutControl to a stream in PDF format. A object, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in PDF format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in RTF format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a stream in RTF format. A object, to which the created document is exported. Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string and quotation settings. A object, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string, quotation and text encoding settings. A object, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. A class descendant specifying the encoding of the created text document. Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string. A object, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string. A that specifies the full path to the file, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string and quotation settings. A that specifies the full path to the file, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. Exports the controls displayed within the LayoutControl to a file in TXT format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a stream in TXT format. A object, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string, quotation and text encoding settings. A that specifies the full path to the file, to which the created document is exported. A containing symbols which will be used to separate the document's text elements in the created text file. true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. A class descendant specifying the encoding of the created text document. Exports the control's data to the specified stream in Text format using the specified options. A object, to which the created document is exported. A object which specifies the export options to be applied when the control is exported. Exports the control's data to the specified file in Text format using the specified options. A which specifies the name (including the full path) of the file to which the control is exported. A object which specifies the export options to be applied when the control is exported. Exports the controls displayed within the LayoutControl to a stream in XLS format using the specified formatting settings. A object, to which the created document is exported. true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. Exports the controls displayed within the LayoutControl to a file in XLS format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a file in XLS format using the specified formatting settings. A that specifies the full path to the file, to which the created document is exported. true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. Exports the controls displayed within the LayoutControl to a stream in XLS format. A object, to which the created document is exported. Exports the control's data to the specified stream in XLS format using the specified options. A object, to which the created document is exported. A object which specifies the XLS export options to be applied when the control is exported. Exports the control's data to the specified file in XLS format using the specified options. A which specifies the name (including the full path) of the file to which the control is exported. A object which specifies the XLS export options to be applied when the control is exported. Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. A object to which data is exported. An object that contains export options. Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. A which specifies the name (including the full path) of the file to which the data is exported. An object which specifies the XLS export options to be applied when the control is exported. Exports the controls displayed within the LayoutControl to a file in XLSX (MS Excel 2007) format. A that specifies the full path to the file, to which the created document is exported. Exports the controls displayed within the LayoutControl to a stream in XLSX (MS Excel 2007) format. A object, to which the created document is exported. Gets or sets an object which provides the means to implement custom behavior for focus movement. A object which provides the means to implement custom behavior for focus movement. Returns the control with the specified name, contained within the Layout Control. A value that specifies the control's name. A descendant that represents the control with the specified name, contained within the Layout Control. null (Nothing in Visual Basic) if the control isn't found. Gets the specified control's name. A Control object whose name is to be retrieved. A string that specifies the control's name. Returns the group which is located at the specified point. A structure which specifies the test point coordinates relative to the layout control's top-left corner. A object which represents the group located at the specified point. null (Nothing in Visual Basic) if there is no group at the specified point. Returns the layout item contained within the root group which holds the specified control. A object which represents the control whose parent layout item is to be returned. A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the root group which holds the specified control. Returns the layout item which is contained within the specified group and holds the specified control. A object which represents the control whose parent layout item is to be returned. A object representing the group within which the search is performed. A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the specified group which holds the specified control. Fires after a layout group has been expanded/collapsed. Fires when a layout group is about to be expanded or collapsed. Recalculates the view information and immediately updates the LayoutControl. Provides access to a collection of hidden layout items. A object which represents a collection of hidden layout items. Allows you to specify a comparer object for sorting hidden items within the Customization Form. An object implementing the interface, which is used to sort hidden items; null if no object has been assigned. Fires before the Customization form is closed. Closes the Customization form. Hides the specified layout item. A descendant which represents the layout item to hide. Hides the currently selected items to the Customization Form. Gets or sets a collection of images that can be displayed within the LayoutControl's elements. An object that is an image collection providing images to be displayed in the LayoutControl's items. Indicates whether the LayoutControl has been initialized. true if the LayoutControl has been initialized; otherwise, false. Gets whether the layout has been modified. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. true if the layout has been modified; otherwise, false. Gets whether the layout has been changed. true if the layout has been changed; otherwise, false. Indicates whether the LayoutControl can be printed. true if the LayoutControl can be printed; otherwise, false. Gets whether the layout control has been locked for updating. true if the layout control is locked; otherwise, false; Fires after a layout item has been added to the Items collection of its parent. Fires after a layout item has been removed from the Items collection of its parent. Provides access to all the layout items owned by the LayoutControl. A object which represents the collection of layout items. Fires after the selected layout item has been changed. Updates the Layout Control. Occurs when the Layout Tree View Context Menu is about to be displayed. Occurs after the size of any layout item has been changed. Occurs when a layout is restored from a data store (a stream, xml file or system registry), and its version differs from the version of the current layout. Gets or sets the version of the layout. A string representing the version of the layout. Provides access to the settings that control the layout control's look and feel. A object whose properties specify the layout control's look and feel. Gets or sets an object that controls the look and feel of the popup menus. An object that controls the look and feel of the popup menus. Provides access to the options which control the appearance and behavior of the Customization Form. A object which provides options related to the Customization Form. Provides access to the layout control's focus options. A object that contains the layout control's focus options. Provides access to the default alignment settings of the controls displayed in the LayoutControl. An object that provides the alignment options. [To be supplied] [To be supplied] Provides access to options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). A object. Provides access to the display options of the LayoutControl. A object which specify the control's display options. Provides access to the paint style collection. A object which represents the paint style collection. Occurs when the Context Menu is about to be displayed. Prints the LayoutControl. Updates the layout control. Registers the specified wrapper object that identifies which properties to display for specific layout items in the Customization Form's Property Grid. The type of layout item with which the current wrapper object is associated. The type of the wrapper object to be registered. Registers the specified 'fixed' item for runtime use in the LayoutControl. The type of the 'fixed' item to be registered. Registers the specified custom Customization Form. The type of the custom Customization Form. Activates an edit box that allows an end-user to rename the currently selected layout item. Allows you to provide unique names for layout items created in code, whose names conflict with existing names. Restores the layout that has been saved using the method. Restores the layout which is stored at the specified system registry path. A value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. Restores the layout from the specified stream. A descendant from which the layout is read. If null (Nothing in Visual Basic), an exception is raised. Restores the layout from the specified XML file. A value which specifies the path to the XML file that contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. Gets or sets the LayoutControl's root group. A object which represents the root group. Saves the current layout to the specified system registry path. A value which specifies the system registry path to save the layout to. Saves the current layout to the specified stream. A descendant to which the current layout is written. Saves the layout to an XML file. A value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. Selects the currently selected item's parent. Sets the current cursor. A object which represents the mouse cursor. Saves the current layout to an internal memory buffer. Occurs when the Context Menu is about to be displayed. Fires immediately after the Customization form has been invoked. Invokes the Customization form. Occurs when the Layout Tree View Context Menu is about to be displayed. Opens the Print Preview window for the LayoutControl with a Bars UI. Displays the Print Preview window with a Ribbon UI. [To be supplied] [To be supplied] Gets or sets the style controller component that provides appearance settings for the control. An object which implements the interface and provides appearance settings for the control. Fires when a Close button within a tab page is clicked. Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for layout items. The component controlling the appearance and behavior of hints displayed for layout items. Gets the manager that handles undo/redo operations via the Customization Form. A object. Allows you to provide unique names for layout items created in code, whose names conflict with existing names. Unregisters the specified wrapper object that has been registered via the method. The type of the wrapper object to be unregistered. Unregisters the specified 'fixed' item in the current LayoutControl. The type of the 'fixed' item to be unregistered. Gets or sets whether controls within the current LayoutControl use the local BindingContext, or the form's BindingContext. true if controls use the LayoutControl's BindingContext; false if controls use the form's BindingContext. Contains values that specify whether and which layout item/group is fixed. The left or top item is fixed (depending on the SplitterItem's orientation). No item is fixed. The right or bottom item is fixed (depending on the SplitterItem's orientation). A base class that provides necessary functionality for custom localizers of the Layout Manager. Initializes a new instance of the LayoutLocalizer class with default settings. Gets or sets a localizer object providing localization of the user interface at runtime. An descendant, used to localize the user interface at runtime. Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). An object representing resources based on the thread's culture. Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). A object, which provides resources based on the thread's culture. Contains options that specify which operations can be performed on a layout item at runtime. Initializes a new instance of the BaseLayoutItemCustomizationOptions class. A object that will own the created object. Gets or sets whether the current layout item/group can be dragged-and-dropped to another position. An ItemDragDropMode value that specifies whether the current item/group can be dragged-and-dropped to another position. Gets or sets whether other items can be dragged-and-dropped onto the current layout item/group. An ItemDragDropMode value that specifies whether other items can be dragged-and-dropped onto the current layout item/group. Copies options from the specified object to the current object. A descendant whose settings are assigned to the current object. Returns whether the layout item can be dragged-and-dropped to another position. true if the layout item can be dragged-and-dropped to another position; otherwise, false. Returns whether other layout items can be dragged-and-dropped onto the current layout item. true if other layout items can be dragged-and-dropped onto the current layout item; otherwise, false. Contains options that allow tooltips to be assigned to layout items. Initializes a new instance of the BaseLayoutItemOptionsToolTip class. Copies options from the specified object to the current object. A descendant whose settings are assigned to the current object. Returns whether a tooltip for a layout item's image can be displayed. true if a tooltip for a layout item's image can be displayed; otherwise, false. Returns whether a tooltip for a layout item's caption can be displayed. true if a tooltip for a layout item's caption can be displayed; otherwise, false. Gets or sets whether a tooltip displayed for the layout item's image is enabled. true if a tooltip displayed for the layout item's image is enabled; otherwise, false. Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's image. A string that specifies the tooltip's text. Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's image. A value. Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's image. A string that specifies the tooltip's title. This method supports the internal infrastructure and is not intended to be called directly from your code. An IComponent object. A Boolean value. Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. A string that specifies the tooltip's text. Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. A value. Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. A string that specifies the tooltip's title. Represents a method that will handle notification events that fire when a layout group is in any way affected. Represents the method for handling events which take a object as a parameter. The event source. This identifies the LayoutControl control which fires the event. A object that contains data for the event. Provides data for the and events. Initializes a new instance of the LayoutGroupEventArgs class with the specified settings. A object that represents the group to which the created object will refer. This value is used to initialize the property. Gets the group currently being processed. A object that refers to the group currently being processed. Represents a layout item capable of displaying information provided by a repository item object. Initializes a new instance of the LayoutRepositoryItem class with default settings. Initializes a new instance of the LayoutRepositoryItem class with the specified repository item. A object to be associated with the created layout item. This value is assigned to the property. This property supports the internal infrastructure, and is not intended to be used directly from your code. A string value. Specifies the desired width of the layout item's region displaying the editor (repository item). An integer value that specifies the width of the layout item's edit portion. Gets or sets a value to be displayed by a repository item. This member supports the internal infrastructure, and is not intended to be used directly from your code. An object representing the value to be displayed. Gets or sets a repository item associated with the current layout item. A object to be associated with the current layout item. Gets the name of the item's type. The "LayoutRepositoryItem" string.