Class DnnGrid
Inheritance
DnnGrid
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnGrid : GridView, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, IPostBackContainer, IPostBackEventHandler, ICallbackContainer, ICallbackEventHandler, IPersistedSelector, IDataKeysControl, IDataBoundListControl, IDataBoundControl, IFieldControl
Constructors
DnnGrid()
Declaration
public DnnGrid()
Properties
AlternatingItemStyle
Declaration
public TableItemStyle AlternatingItemStyle { get; }
Property Value
Type | Description |
---|---|
TableItemStyle |
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
EditItemStyle
Declaration
public TableItemStyle EditItemStyle { get; }
Property Value
Type | Description |
---|---|
TableItemStyle |
ItemStyle
Declaration
public TableItemStyle ItemStyle { get; }
Property Value
Type | Description |
---|---|
TableItemStyle |
RowHeight
Declaration
public int RowHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
ScreenRowNumber
Declaration
public int ScreenRowNumber { get; set; }
Property Value
Type | Description |
---|---|
int |
SelectedItemStyle
Declaration
public TableItemStyle SelectedItemStyle { get; }
Property Value
Type | Description |
---|---|
TableItemStyle |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |