RowControl Class
A grid row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.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.
Inheritance
See Also