GridColumn Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Creates a new Grid |
#Properties
Name | Description |
---|---|
Absolute |
Gets or sets the column’s position within the View’s column collection. |
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Allow |
Gets or sets whether all supported summaries or only the Count summary are enabled in the column’s footer context menu. |
Appearance |
Gets the appearance settings used to paint the column’s data cells. |
Appearance |
Gets the appearance settings used to paint the column header. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Gets whether the column can be shown in the advanced customization form. |
Can |
Gets a value indicating whether the column’s header can be displayed within the Customization Form. |
Caption | Gets or sets the column’s display caption. |
Column |
Returns the object that contains current values for all existing Data Annotation Attributes. |
Column |
Gets or sets the in-place editor for all data cells that belong to this column. |
Column |
Gets or sets the name of the column’s editor. |
Column |
Gets or sets the column’s bound data field by its index within the associated data source. |
Column |
Gets the column’s data type. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Customization |
Gets or sets the column’s caption when its header is displayed within the Customization Form. |
Customization |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Display |
Provides access to the object specifying the formatting applied to column values. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Field |
To bind a column to a data source field, set this property to the required data field name. To create unbound columns, assign a unique identifier to this property. If you obtained a column as a method return value or as an event argument, read the Field |
Field |
Gets or sets another field by which data is sorted/grouped/filtered when sorting/grouping/filtering is applied to the current column. The Field |
Filter |
Gets or sets the filter condition applied to the column. |
Filter |
Gets or sets how column values are filtered in the auto filter row and in filter dropdown. |
Fixed | Gets or sets a value specifying whether the column takes part in horizontal View scrolling or is anchored to a View edge. |
Group |
Provides access to the formatting settings for the column’s values which are displayed within group rows. |
Group |
Gets or sets the if the grid data are grouped by the given column, and what the group level is. |
Group |
Gets or sets how data rows are grouped by a specific column. The following help section describes the limitations of server mode: Server Mode Limitations and Specifics. |
Image |
Use settings of the Grid |
Image |
Use the Alignment setting of the Grid |
Image |
Use the Image setting of the Grid |
Image |
Provides access to settings that allow you to set up raster and vector icons for this Grid |
Images | Gets an image collection whose images can be displayed within the column’s header. |
Is |
Indicates whether the View that owns the current column is currently being initialized. |
Is |
Gets whether the column’s Grid |
Max |
Gets or sets the column’s maximum width. |
Min |
Gets or sets the column’s minimum allowed width. |
MRUFilters | Provides access to the column’s recently used filters. |
Name | Gets or sets the column name. |
Options |
Provides access to the column’s options. |
Options |
Provides access to the settings of the editor that corresponds to the current column within an Edit Form. |
Options |
Provides access to the filter options for the current column. |
Read |
Returns the Options |
Real |
Gets the repository item that actually represents the column’s editor. |
Search |
Gets or sets the text of the column’s built-in header search box. This property is supported in Grid Views and Banded Grid Views. |
Show |
Gets or sets a value that specifies which column cells display editor buttons. |
Show |
Gets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Sort |
Gets or sets the column’s position among sorted columns. |
Sort |
Gets or sets how the column’s data are sorted/grouped. |
Sort |
Gets or sets the column’s sort order. |
Summary | Allows you to add multiple total summaries for a column. These summaries are displayed within the View Footer. |
Summary |
Provides access to the column’s footer summary settings. |
Summary |
Gets the summary text displayed within the View footer cell located under this column. |
Tag | Gets or sets the data associated with the column. |
Tool |
Gets or sets a column hint. |
Unbound |
Allows you to make the column unbound, and specify the type of data it stores. |
Unbound |
For internal use. |
Unbound |
Gets or sets an expression that the unbound column uses to calculate its cell values. Columns with unbound expressions are non-editable. |
Unbound |
Specifies whether this column is unbound, and if so, the type of data it stores. |
View | Gets the View that owns the column. |
Visible | Gets or sets whether the grid column is visible. |
Visible |
Gets or sets the column’s position within the View’s column header panel. |
Visible |
Gets the actual column width. This property is useful in column auto-width mode (see Grid |
Width | Gets or sets the column width. |
#Methods
Name | Description |
---|---|
Best |
Resizes the column to the minimum width required to display the column content completely. |
Clear |
Clears filtering applied to the column. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the object’s description used by accessibility client applications. |
Get |
Returns the object’s name used by accessibility client applications. |
Get |
Returns the minimum width that the column can have and still display its contents completely. |
Get |
Returns the actual display caption for the current column. |
Get |
Gets this column’s description, assigned using the [Display |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the column header width that allows the content to be displayed in its entirety. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Returns the non formatted column caption. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group() | Groups data by the values of the current column. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Resize |
Specifies a new width for the column. |
To |
Gets the column’s caption. |
Un |
Ungroups data by the values of the current column. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also