Click or drag to resize

IGridColumn Interface

Represents an individual column in Grid Views and Card Views

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IGridColumn : IDisposable, 
	IEquatable<IProxy>

The IGridColumn type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteIndex
Gets the column's position within the View's column collection
Public propertyCaption
Gets or sets the column's display caption
Public propertyFieldName
Gets the column's unique field name. For bound columns, this property refers to a field in the underlying data source
Public propertyGroupIndex
Gets the value specifying whether the column takes part in grouping and at which level.
Public propertyName
Gets the column name
Public propertySortIndex
Gets the column's position among sorted columns
Public propertyVisible
Gets whether the column is visible
Public propertyVisibleIndex
Gets the column's visible state and position within the View
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also