Class ActionArgs
Inheritance
System.Object
ActionArgs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionArgs : Object
Constructors
ActionArgs()
Declaration
Properties
Axis
Declaration
public string Axis { get; set; }
Property Value
EndColumnIndex
Declaration
public int EndColumnIndex { get; set; }
Property Value
Declaration
public bool IsScrollByFocus { get; set; }
Property Value
NextRowToNavigate
Declaration
public int NextRowToNavigate { get; set; }
Property Value
PageSize
Declaration
public int PageSize { get; set; }
Property Value
StartColumnIndex
Declaration
public int StartColumnIndex { get; set; }
Property Value
TranslateX
Declaration
public double TranslateX { get; set; }
Property Value
TranslateY
Declaration
public double TranslateY { get; set; }
Property Value
VirtualEndIndex
Declaration
public int VirtualEndIndex { get; set; }
Property Value
VirtualStartIndex
Declaration
public int VirtualStartIndex { get; set; }
Property Value
VTableWidth
Declaration
public double VTableWidth { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value