Skip to main content

RowControl Class

A grid row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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