Class GridExportState
Inheritance
System.Object
GridExportState
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()
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridExportState
Constructors
GridExportState(GridViewRowInfo, Int32, Int32, Boolean, Int32, Boolean)
Declaration
public GridExportState(GridViewRowInfo currentRow, int vScrollBarValue, int hScrollBarValue, bool pagingState, int currentPageIndex, bool showGroupedColumns)
Parameters
Grid
|
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; }
Property Value
System.
|
CurrentRow
HScrollBarValue
Declaration
public int HScrollBarValue { get; }
Property Value
System.
|
PagingState
Declaration
public bool PagingState { get; }
Property Value
System.
|
SelectedCells
Declaration
public ICollection<GridViewCellInfo> SelectedCells { get; }
Property Value
System.
|
SelectedRows
Declaration
public ICollection<GridViewRowInfo> SelectedRows { get; }
Property Value
System.
|
ShowGroupedColumns
Declaration
public bool ShowGroupedColumns { get; }
Property Value
System.
|
VScrollBarValue
Declaration
public int VScrollBarValue { get; }
Property Value
System.
|