wpf-devexpress-dot-xpf-dot-grid-d9421dc2.md
A grid row.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public class RowControl :
Control,
IRowStateClient,
IFocusedRowBorderObject,
IGridDataRow,
IConditionalFormattingClient<RowControl>,
IConditionalFormattingClientBase
Public Class RowControl
Inherits Control
Implements IRowStateClient,
IFocusedRowBorderObject,
IGridDataRow,
IConditionalFormattingClient(Of RowControl),
IConditionalFormattingClientBase
Use the RowControl object to customize the appearance of grid rows.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control RowControl
See Also