Skip to main content
A newer version of this page is available. .

GridRowContent Class

Displays the content of a data row.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public class GridRowContent :
    ContentControl

Remarks

A GridRowContent object represents the target element for the TableView.RowStyle style.

See Also