AxpDataGrid

AxpDataGrid.LanguageBtnString Property

Configurable strings for Grid and Form buttons

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

Property Value

Comma separated list of strings

Remarks

The default string list is :
"Edit, Save, Close, Add, Delete, Copy"

Example usage:

LanguageBtnString = "Edit, Save record, View, Add record, Delete record, Copy record"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace