Xceed DataGrid for WPF v7.2 Documentation
DataGridUnboundItemProperty Constructor(String,Type,Boolean)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridUnboundItemProperty Class > DataGridUnboundItemProperty Constructor : DataGridUnboundItemProperty Constructor(String,Type,Boolean)

Initializes a new instance of the DataGridUnboundItemProperty class specifying the name, data type, value, and X paths.

The type of the data as it is to be represented by the item property.

true if the DataGridUnboundItemProperty is read-only; false otherwise.

Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its data type, and indicating whether it is read only.

Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As Type, _
   ByVal isReadOnly As Boolean _
)
'Usage
 
Dim name As String
Dim dataType As Type
Dim isReadOnly As Boolean
 
Dim instance As New DataGridUnboundItemProperty(name, dataType, isReadOnly)
public DataGridUnboundItemProperty( 
   string name,
   Type dataType,
   bool isReadOnly
)

Parameters

name

Initializes a new instance of the DataGridUnboundItemProperty class specifying the name, data type, value, and X paths.

dataType

The type of the data as it is to be represented by the item property.

isReadOnly

true if the DataGridUnboundItemProperty is read-only; false otherwise.

Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridUnboundItemProperty Class
DataGridUnboundItemProperty Members
Overload List