Back to Devexpress

RowControl Class

wpf-devexpress-dot-xpf-dot-grid-d9421dc2.md

latest1.7 KB
Original Source

RowControl Class

A grid row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class RowControl :
    Control,
    IRowStateClient,
    IFocusedRowBorderObject,
    IGridDataRow,
    IConditionalFormattingClient<RowControl>,
    IConditionalFormattingClientBase
vb
Public Class RowControl
    Inherits Control
    Implements IRowStateClient,
               IFocusedRowBorderObject,
               IGridDataRow,
               IConditionalFormattingClient(Of RowControl),
               IConditionalFormattingClientBase

Remarks

Use the RowControl object to customize the appearance of grid rows.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control RowControl

See Also

RowControl Members

DevExpress.Xpf.Grid Namespace