RowControl Class
In This Article
A grid row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.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