Interface IGridColumnExtensionPoint
Assembly: DotNetNuke.dll
Syntax
public interface IGridColumnExtensionPoint : IExtensionPoint
Properties
ColumnAt
Declaration
Property Value
DataField
Declaration
string DataField { get; }
Property Value
HeaderStyleWidth
Declaration
Unit HeaderStyleWidth { get; }
Property Value
HeaderText
Declaration
string HeaderText { get; }
Property Value
ReadOnly
Declaration
Property Value
Reorderable
Declaration
bool Reorderable { get; }
Property Value
SortExpression
Declaration
string SortExpression { get; }
Property Value
UniqueName
Declaration
string UniqueName { get; }
Property Value
Extension Methods