Gets a GridColumnCollection object, contains all the columns in grid.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual GridColumnCollection Columns { get; }
Public Overridable ReadOnly Property Columns As GridColumnCollection
Get
public:
virtual property GridColumnCollection^ Columns {
GridColumnCollection^ get ();
}
abstract Columns : GridColumnCollection with get
override Columns : GridColumnCollection with get
Property Value
Type:
GridColumnCollectionReturns a GridColumnCollection of all the columns.
See Also