Class GridPropertiesBase<T>
Inheritance
System.Object
GridPropertiesBase<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class GridPropertiesBase<T>
where T : class
Type Parameters
Constructors
GridPropertiesBase()
Declaration
public GridPropertiesBase()
Properties
ActionBegin
Declaration
[JsonProperty("actionBegin")]
public string ActionBegin { get; set; }
Property Value
Type |
Description |
System.String |
|
ActionComplete
Declaration
[JsonProperty("actionComplete")]
public string ActionComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
ActionFailure
Declaration
[JsonProperty("actionFailure")]
public string ActionFailure { get; set; }
Property Value
Type |
Description |
System.String |
|
ActionSuccess
Declaration
[JsonProperty("actionSuccess")]
public string ActionSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
AllowFiltering
Declaration
[JsonProperty("allowFiltering")]
public bool AllowFiltering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowPaging
Declaration
[JsonProperty("allowPaging")]
public bool AllowPaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("allowScrolling")]
public bool AllowScrolling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSelection
Declaration
[JsonProperty("allowSelection")]
public bool AllowSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSorting
Declaration
[JsonProperty("allowSorting")]
public bool AllowSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Create
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type |
Description |
System.String |
|
CssClass
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
DataBound
Declaration
[JsonProperty("dataBound")]
public string DataBound { get; set; }
Property Value
Type |
Description |
System.String |
|
DataSource
Declaration
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Destroy
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
EnablePersistence
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Load
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
ModelChange
Declaration
[JsonProperty("modelChange")]
public string ModelChange { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
QueryCellInfo
Declaration
[JsonProperty("queryCellInfo")]
public string QueryCellInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
RowDataBound
Declaration
[JsonProperty("rowDataBound")]
public string RowDataBound { get; set; }
Property Value
Type |
Description |
System.String |
|
RowSelected
Declaration
[JsonProperty("rowSelected")]
public string RowSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
RowSelecting
Declaration
[JsonProperty("rowSelecting")]
public string RowSelecting { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedRowIndex
Declaration
[JsonProperty("selectedRowIndex")]
public int SelectedRowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectedRowIndices
Declaration
[JsonProperty("selectedRowIndices")]
public List<int> SelectedRowIndices { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|