ColumnOrder Property (SapGridView)

Class

SapGridView.

Action

Gets a list of strings which contains all the column identifiers in the order in which they are displayed.

Syntax

C#
protected List(Of String) ColumnOrder { get; }
VB
'Declaration
Protected Read Property ColumnOrder As List(Of String)

Access

Read only.