Class BaseComponent.DataRequest
Inheritance
System.Object
BaseComponent.DataRequest
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataRequest : Object
Constructors
DataRequest()
Declaration
public DataRequest()
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
---|
System.Int32 |
Result
Declaration
public object Result { get; set; }
Property Value
Type |
---|
System.Object |