Back to Devexpress

GroupRowControl Class

wpf-devexpress-dot-xpf-dot-grid-bf5262b9.md

latest1.6 KB
Original Source

GroupRowControl Class

A grid group row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class GroupRowControl :
    Control,
    IGroupRow,
    IGroupRowStateClient,
    IRowStateClient,
    IFixedGroupElement,
    IFocusedRowBorderObject
vb
Public Class GroupRowControl
    Inherits Control
    Implements IGroupRow,
               IGroupRowStateClient,
               IRowStateClient,
               IFixedGroupElement,
               IFocusedRowBorderObject

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control GroupRowControl

See Also

GroupRowControl Members

DevExpress.Xpf.Grid Namespace