dotnetCHARTING Send comments on this topic.
DataGridTranspose Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : DataGridTranspose Property


Gets or sets a value indicating whether the data with which the specified DataGrid control is populated will be transposed.

Syntax

Visual Basic (Declaration) 
Public Property DataGridTranspose As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As Boolean
 
instance.DataGridTranspose = value
 
value = instance.DataGridTranspose
C# 
public bool DataGridTranspose {get; set;}

Example

See Also

© 2010 All Rights Reserved.