wpf-devexpress-dot-xpf-dot-layoutcontrol-ca02ecc7.md
A layout item within a DataLayoutControl.
Namespace : DevExpress.Xpf.LayoutControl
Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll
NuGet Package : DevExpress.Wpf.LayoutControl
[DXLicenseWpfEditors]
public class DataLayoutItem :
LayoutItem
<DXLicenseWpfEditors>
Public Class DataLayoutItem
Inherits LayoutItem
The following members return DataLayoutItem objects:
The following code snippets (auto-collected from DevExpress Examples) contain references to the DataLayoutItem class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-data-grid-implement-crud-operations/CS/CodeBehind/EFCore/ServerMode/IssueDetailView.xaml#L10
VerticalAlignment="Top" Width="300">
<dxlc:DataLayoutItem Binding="{Binding Item.Subject}" />
<dxlc:LayoutItem Label="User">
wpf-data-grid-create-filter-ui/CS/WpfApplication27/MainWindow.xaml#L27
</Style>
<Style TargetType="dxlc:DataLayoutItem">
<Setter Property="Margin" Value="0,0,0,0" />
wpf-data-grid-extend-crud-operations/CS/DetailCollectionEditing/UserDetailView.xaml#L17
<dxlc:LayoutControl x:Name="layoutControl" Orientation="Vertical">
<dxlc:DataLayoutItem Binding="{Binding Item.FirstName}"/>
<dxlc:DataLayoutItem Binding="{Binding Item.LastName}"/>
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Core.ControlBase LayoutItem DataLayoutItem
See Also