Infragistics3.Wpf.DataPresenter.v7.2
DataRecordCellArea Class
See Also  Members  
Infragistics.Windows.DataPresenter Namespace : DataRecordCellArea Class

A control that sits within a DataRecordPresenter control and contains the record's cells. It is used primarily for styling the area around the cells.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class DataRecordCellArea 
   Inherits ContentControl
C# 
public class DataRecordCellArea : ContentControl 

See Also