Skip to main content
A newer version of this page is available. .

RowControl Class

A grid row.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class RowControl :
    Control,
    IRowStateClient,
    IFocusedRowBorderObject,
    IGridDataRow,
    IConditionalFormattingClient<RowControl>,
    IConditionalFormattingClientBase

Remarks

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

See Also