Back to Devexpress

DevExpress.Xpf.LayoutControl Namespace

wpf-devexpress-dot-xpf-f363180c.md

latest7.1 KB
Original Source

DevExpress.Xpf.LayoutControl Namespace

Contains classes that support building UI layouts. To use these classes in XAML code, add the xmlns:dxlc=”http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol“ namespace reference.

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Classes

NameDescription
DataLayoutControlA data-bound version of the LayoutControl.
DataLayoutControlAutoGeneratedGroupEventArgsProvides data for the DataLayoutControl.AutoGeneratedGroup event.
DataLayoutControlAutoGeneratingItemEventArgsProvides data for the DataLayoutControl.AutoGeneratingItem event.
DataLayoutItemA layout item within a DataLayoutControl.
DockLayoutControlRepresents a control container that arranges its child items, docking them to its edges or making them occupy the remaining area of the container.
FlowLayoutControlRepresents a container that arranges child controls into rows or columns, and alows the flow of the controls to be wrapped (automatically at the container’s edge or manually at any child control).
GroupBoxRepresents a control container with a GroupBox-style title, capable of displaying a single child.
LayoutControlRepresents a control container that arranges its items in a single column or row, and allows you to create compound layouts of controls, with the ability to combine the controls into groups and align the controls according to their labels.
LayoutControlBaseRepresents the base class for the controls that constitute the DXLayoutControl Suite.
LayoutControlInitNewElementEventArgsProvides data for the LayoutControl.InitNewElement event.
LayoutControlReadElementFromXMLEventArgsProvides data for the LayoutControl.ReadElementFromXML event.
LayoutControlWriteElementToXMLEventArgsProvides data for the LayoutControl.WriteElementToXML event.
LayoutGroupRepresents a container that arranges its items side by side (in a single row or column) or as tabs. The LayoutGroup cannot be used outside a LayoutControl or DataLayoutControl.
LayoutItemRepresents a control that consists of a label and content regions. The LayoutItem cannot be used outside a LayoutControl.
ScrollBoxRepresents a container that supports absolute positioning of child controls and enables scrolling.
SmartPasteEditValueChangingEventArgsContains data for the SmartPasteEditValueChanging event.
TileA tile in a TileLayoutControl.
TileClickEventArgsProvides data for the TileLayoutControl.TileClick event.
TileLayoutControlThe Tile Layout Control.

Delegates

NameDescription
LayoutControl.SmartPasteEditValueChangingEventHandlerThe method that handles the SmartPasteEditValueChanging event.

Enums

NameDescription
DataLayoutControlAutoGeneratedItemsLocationContains values that specify where generated layout items are added.
DockContains values that specify how an element is positioned within its parent.
EditorValidationOrderEnumerates values that specify the order in which a DataLayoutControl editor’s validate and post methods are executed.
GroupBoxDisplayModeContains values that specify the display mode for the LayoutGroup and GroupBox headers.
GroupBoxShadowVisibilityEnumerates display modes of a GroupBox‘s shadow.
GroupBoxStateEnumerates states for a GroupBox control.
LayoutGroupViewContains values that specify how a LayoutGroup is visually represented.
LayoutItemLabelPositionContains values that specify where labels of layout items are displayed relative to the items’ contents.
LayoutItemLabelsAlignmentContains values that specify how content regions of LayoutItems are aligned within a LayoutControl object.
MaximizedElementPositionContains values that specify the position of the maximized element, relative to other items within a FlowLayoutControl.
TileSizeLists values that specify a tile’s size.