Back to Devexpress

CellContentPresenter Class

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

latest1.9 KB
Original Source

CellContentPresenter Class

Displays the content of a data cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class CellContentPresenter :
    Control,
    INotifyNavigationIndexChanged,
    IGridCellEditorOwner
vb
Public Class CellContentPresenter
    Inherits Control
    Implements INotifyNavigationIndexChanged,
               IGridCellEditorOwner

Remarks

The CellContentPresenter represents the target element for the ColumnBase.CellStyle and DataViewBase.CellStyle.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control CellContentPresenter FilterCellContentPresenter

See Also

CellContentPresenter Members

DevExpress.Xpf.Grid Namespace