Class BaseComponent.DataRequest
Inherited Members
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BaseComponent.DataRequest
Constructors
DataRequest()
Declaration
public DataRequest()
Properties
Count
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
| Type |
|---|
| int |
Result
Declaration
[JsonPropertyName("result")]
public object Result { get; set; }
Property Value
| Type |
|---|
| object |