BCGControlBar Library for .NET
GridColumn Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by GridColumn.

Public Constructors
 NameDescription
Public ConstructorGridColumn ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)DefaultColumnWidth  
Public Fieldstatic (Shared in Visual Basic)DefaultMinWidth  
Public Fieldstatic (Shared in Visual Basic)TextImageSpacing  
Top
Public Properties
 NameDescription
Public PropertyAutoSizeModeGets or sets the value that indicates how column size is adjusted in the Grid control.  
Public PropertyBoundsGets or sets bounds of column header.  
Public PropertyCanBeginPreviewGets or sets value that indicates whether Preview Pane text can begin from this column.  
Public PropertyCanGroupByGets or sets a value that indicates whether the Grid data can be grouped by this column.  
Public PropertyColumnImageGets or sets column Image.  
Public PropertyColumnNameGets or sets column name.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDataColumnInfoGets or sets DataColumn object for data bound columns.  
Public PropertyDataIndexGets or sets data index.  
Public PropertyDataTypeGets or sets a value that specifies type of item data in a column.  
Public PropertyDBColumnGets data base column for data bound grid columns.  
Public PropertyDefaultValueGets or sets the value that is set by default in new record.  
Public PropertyDefaultWidthGets or sets default column width.  
Public PropertyEnableFilterCurrently not used.  
Public PropertyEnableRedrawCellContentOnStateChangeGets or sets a value that indicates that a cell located in this column should be redrawn when the state of a cell is changed (pressed, highlighted).  
Public PropertyExtraWidthGets extra width for leftmost column in report (group) mode, which is added to accommodate level offset.  
Public PropertyFilterSortStatusGets or sets a value that indicates current filter or sort status.  
Public PropertyGroupModeBoundsGets or sets bounding rectangle of column header when it's drawn in the Group By box.  
Public PropertyHighlightedGets or sets a value, which indicates whether the column is highlighted, or not.  
Public PropertyHighlightedFilterBoxGets or sets a value, which indicates whether the filter box is highlighted, or not.  
Public PropertyIndicateSortStatusByCellBkColorGets or sets a value, which tells whether background of items should be filled with a special background color when a column is sorted.  
Public PropertyIsFixedSizeGets or sets a value that indicates whether a column can be resized.  
Public PropertyIsFrozenCurrently not implemented.  
Public PropertyIsSortableGets or sets a value that indicates whether a column can be sortable.  
Public PropertyMinWidthGets or sets minimal column width.  
Public PropertyOffsetInternal.  
Public PropertyParentGridBack reference to Grid control.  
Public PropertyReadOnlyGets or sets a value that indicates whether a column is read only.  
Public PropertySelectedGets or sets a value that indicates whether the column is selected.  
Public PropertyShowImageGets or sets a value that indicates whether a column header displays an image specified by the ColumnImage property.  
Public PropertyShowInFieldChooserGets or sets a value that indicates whether to display a column on FieldChooser.  
Public PropertyShowTextGets or sets a value that indicates whether a column header displays text (column name).  
Public PropertyShowTooltipsGets or sets a value that indicates whether a tooltip should be displayed when a column header text is truncated.  
Public PropertyShowTooltipsAlwaysGets or sets a value that indicates whether a tooltip should be displayed always, even if a column header text is not truncated.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySortedGets a value that indicates whether a column is sorted.  
Public PropertySortedAZGets a value that indicates whether a column is sorted ascending (true), or descending (false).  
Public PropertySortImageGets sorted image.  
Public PropertyTextTruncatedGets or sets a value that indicates whether a column text is truncated (doesn't fit the header width).  
Public PropertyToolTipDescriptionGets or sets tooltip description.  
Public PropertyToolTipImageGets or sets tooltip image.  
Public PropertyToolTipTextGets or sets tooltip text.  
Public PropertyVisibleGets or sets a value that indicates whether a column is visible, or not.  
Public PropertyVisibleIndexInternal.  
Public PropertyVisualStyleGets or sets a column Visual Style.  
Public PropertyVisualStyleIndexInternal.  
Public PropertyWeightGets or sets a value that indicates column weight.  
Public PropertyWidthGets or sets column width.  
Top
Protected Properties
Public Methods
 NameDescription
Public MethodClearSortStatusRemoves sort status.  
Public MethodCommonInit  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden.   
Public MethodGetColumnInfo  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetPrevWidth  
Public MethodGetServiceEx  
Public MethodGetWidthNoExtra  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodSetColumnInfo  
Public MethodSetColumnNameSets column name without raising "PropertyChanged" event.  
Public MethodSetDataIndexSets new data index without raising PropertyChanged event.  
Public MethodSetSortStatusSets sort status.  
Public MethodShouldSerializeBounds  
Public MethodShouldSerializeDataColumnInfo  
Public MethodShouldSerializeGroupModeBounds  
Public MethodShouldSerializeHighlighted  
Public MethodShouldSerializeHighlightedFilterBox  
Public MethodShouldSerializeVisualStyle  
Public MethodToString (Inherited from System.ComponentModel.Component)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnPropertyChanged  
Protected Methodraise_PropertyChanged  
Top
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChangedRaised when a column property has changed.  
Top
See Also

Reference

GridColumn Class
BCGSoft.Controls.Grid Namespace

Send Feedback