CodeCharge Studio All C#.NET VB.NET

Field Run-Time Property (.NET)

Applies to

Sorter Control

Syntax

C#.NET

public string Field{get;set;}

VB.NET

Public Property Field() As String

Description

The name of field which will be passed into OnItemCommand event.

Examples

C#.NET

Sorter1.Field = "user_name";

VB.NET

Sorter1.Field = "user_name"


On-line, printable versions and updates