Click or drag to resize

RecroGridColumnDefs Class

Kliensoldalra kiküldött oszlop definíció.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridColumnDefs

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class ColumnDefs

The RecroGridColumnDefs type exposes the following members.

Constructors
  NameDescription
Public methodRecroGridColumnDefs
Initializes a new instance of the RecroGridColumnDefs class.
Top
Properties
  NameDescription
Public propertyClientName
Az oszlop kliensoldalon használt neve.
Public propertyColPos
Gets the col position.
Public propertyColTitle
Gets the column title.
Public propertyColWidth
Gets the width of the column.
Public propertyId
Gets the identifier.
Public propertyIsKey
Gets a value indicating whether this column is key.
Public propertyListType
Gets the type of the Item.
Public propertyOptions
Gets the options.
Public propertyReadable
Gets a value indicating whether this column is readable.
Public propertySort
Gets the sort.
Top
See Also