AxpDataGrid

AxpDataGrid.FormSQL Property

The SQL statement that should be used in the Form display mode.

[Visual Basic]
Public Property FormSQL As String
[C#]
public string FormSQL {get; set;}

Property Value

An SQL SELECT statement that should be used in the Form display mode.

Remarks

Defaults to the main SQL attribute if it is not set specifically here. If specified, it applies to both Form View and Form Edit mode, unless EditSQL is set.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace