Back to Devexpress

DataLayoutItem Class

wpf-devexpress-dot-xpf-dot-layoutcontrol-ca02ecc7.md

latest3.5 KB
Original Source

DataLayoutItem Class

A layout item within a DataLayoutControl.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
[DXLicenseWpfEditors]
public class DataLayoutItem :
    LayoutItem
vb
<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

xml
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

xml
</Style>
<Style TargetType="dxlc:DataLayoutItem">
    <Setter Property="Margin" Value="0,0,0,0" />

wpf-data-grid-extend-crud-operations/CS/DetailCollectionEditing/UserDetailView.xaml#L17

xml
<dxlc:LayoutControl x:Name="layoutControl" Orientation="Vertical">
    <dxlc:DataLayoutItem Binding="{Binding Item.FirstName}"/>
    <dxlc:DataLayoutItem Binding="{Binding Item.LastName}"/>

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Core.ControlBase LayoutItem DataLayoutItem

See Also

DataLayoutItem Members

DevExpress.Xpf.LayoutControl Namespace