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
GridViewRowInfo
currentRow
|
System.Int32
vScrollBarValue
|
System.Int32
hScrollBarValue
|
System.Boolean
pagingState
|
System.Int32
currentPageIndex
|
System.Boolean
showGroupedColumns
|
Properties
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; }
Property Value
System.Int32
|
CurrentRow
HScrollBarValue
Declaration
public int HScrollBarValue { get; }
Property Value
System.Int32
|
PagingState
Declaration
public bool PagingState { get; }
Property Value
System.Boolean
|
SelectedCells
Declaration
public ICollection<GridViewCellInfo> SelectedCells { get; }
Property Value
System.Collections.Generic.ICollection<GridViewCellInfo>
|
SelectedRows
Declaration
public ICollection<GridViewRowInfo> SelectedRows { get; }
Property Value
System.Collections.Generic.ICollection<GridViewRowInfo>
|
ShowGroupedColumns
Declaration
public bool ShowGroupedColumns { get; }
Property Value
System.Boolean
|
VScrollBarValue
Declaration
public int VScrollBarValue { get; }
Property Value
System.Int32
|