Show / Hide Table of Contents

Interface IGridColumnExtensionPoint

Inherited Members
IExtensionPoint.Text
IExtensionPoint.Icon
IExtensionPoint.Order
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public interface IGridColumnExtensionPoint : IExtensionPoint

Properties

ColumnAt

Declaration
int ColumnAt { get; }
Property Value
Type Description
int

DataField

Declaration
string DataField { get; }
Property Value
Type Description
string

HeaderStyleWidth

Declaration
Unit HeaderStyleWidth { get; }
Property Value
Type Description
Unit

HeaderText

Declaration
string HeaderText { get; }
Property Value
Type Description
string

ReadOnly

Declaration
bool ReadOnly { get; }
Property Value
Type Description
bool

Reorderable

Declaration
bool Reorderable { get; }
Property Value
Type Description
bool

SortExpression

Declaration
string SortExpression { get; }
Property Value
Type Description
string

UniqueName

Declaration
string UniqueName { get; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS