Column Class Members
See Also  Properties  Methods  Events
Xceed.Grid Assembly > Xceed.Grid Namespace : Column Class

The following tables list the members exposed by Column.

Public Constructors

 NameDescription
public ConstructorColumn ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAlignment (Inherited from Xceed.Grid.GridElement)
public PropertyAmbientParentOverridden. Gets the ambient parent of the column.  
public PropertyBackColor (Inherited from Xceed.Grid.GridElement)
public PropertyCanBeGroupedGets or sets a boolean value indicating if the column can be used to group the data rows.  
public PropertyCanBeSortedGets or sets a boolean value indicating if the column can be sorted.  
public PropertyCellEditorDisplayConditionsGets or sets a value representing under what conditions cell editors are displayed.  
public PropertyCellEditorManagerGets or sets the Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the column's cells.  
public PropertyCellViewerManagerGets or sets the Xceed.Grid.Viewers.CellViewerManager that will be used to view the content of the column's cells.  
public PropertyClipPartialLine (Inherited from Xceed.Grid.GridElement)
public PropertyDataComparerGets or sets an instance of a class which implements the System.Collections.IComparer interface in order to compare the column's data during grouping and sorting.  
public PropertyDataTypeGets the data type of the column.  
public PropertyDisplayableIndexGets the displayable index of the column.  
public PropertyFieldNameGets the field name of the column.  
public PropertyFixedGets or sets a boolean value indicating if the column is fixed.  
public PropertyFont (Inherited from Xceed.Grid.GridElement)
public PropertyForeColor (Inherited from Xceed.Grid.GridElement)
public PropertyFormatProviderGets or sets the custom Format Provider that will be used to format the data in the column's cells.  
public PropertyFormatSpecifierGets or sets the format that will be used to display data, in the column's cells.  
public PropertyGridControl (Inherited from Xceed.Grid.GridElement)
public PropertyHorizontalAlignment (Inherited from Xceed.Grid.GridElement)
public PropertyIndexGets the index of the column in the grid's collection of columns.  
public PropertyIsBackColorAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsClipPartialLineAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsFirstDisplayableGets a boolean value indicating whether the first column is displayable.  
public PropertyIsFontAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsForeColorAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsHorizontalAlignmentAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsLastDisplayableGets a boolean value indicating whether the last column is displayable.  
public PropertyIsOverrideUIStyleAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsOverrideUIStyleDefined (Inherited from Xceed.Grid.GridElement)
public PropertyIsReadOnlyAmbientOverridden. Gets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent.  
public PropertyIsReportStyleDefined (Inherited from Xceed.Grid.GridElement)
public PropertyIsTrimmingAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsVerticalAlignmentAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyIsWordWrapAmbient (Inherited from Xceed.Grid.GridElement)
public PropertyMaxWidthGets or sets the maximum width of the column, in pixels.  
public PropertyMinWidthGets or sets the minimum width of the column, in pixels.  
public PropertyNullTextGets or sets the text that is displayed when one of the column's cells contains a null reference (Nothing in Visual Basic).  
public PropertyNullValueGets or sets the a null reference (Nothing in Visual Basic) value of the column.  
public PropertyOverrideUIStyle (Inherited from Xceed.Grid.GridElement)
public PropertyParentGridOverridden. Gets the parent grid of the column.  
public PropertyReadOnly (Inherited from Xceed.Grid.GridElement)
public PropertyReportStyleOverloaded. Gets the report style of the column.  
public PropertySortDirectionGets or sets a value indicating the direction in which the column is sorted.  
public PropertySortIndexGets the index of the column within the DetailGrid.SortedColumns list.  
public PropertyTag (Inherited from Xceed.Grid.GridElement)
public PropertyTitleGets or sets the title of the column displayed in the corresponding cell in the ColumnManagerRow.  
public PropertyTrimming (Inherited from Xceed.Grid.GridElement)
public PropertyVerticalAlignment (Inherited from Xceed.Grid.GridElement)
public PropertyVisible (Inherited from Xceed.Grid.GridElement)
public PropertyVisibleIndexGets or sets the visible position of the column.  
public PropertyWidthGets or sets the width of the column in pixels.  
public PropertyWordWrap (Inherited from Xceed.Grid.GridElement)
Top

Protected Properties

 NameDescription
protected PropertyAmbientBackColor (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientClipPartialLine (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientFont (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientForeColor (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientHorizontalAlignment (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientOverrideUIStyle (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientReadOnly (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientTrimming (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientVerticalAlignment (Inherited from Xceed.Grid.GridElement)
protected PropertyAmbientWordWrap (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultBackColor (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultCanBeGroupedGets the default value of the CanBeGrouped property.  
protected PropertyDefaultCanBeSortedGets the default value of the CanBeSorted property.  
protected PropertyDefaultCellEditorDisplayConditionsGets the default value of the CellEditorDisplayConditions property.  
protected PropertyDefaultCellEditorManagerGets the default value of the CellEditorManager property.  
protected PropertyDefaultCellViewerManagerGets the default value of the CellViewerManager property.  
protected PropertyDefaultClipPartialLine (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultDataComparerGets the default value of the Column.DataComparer property.  
protected PropertyDefaultFixedGets the default value of the Fixed property.  
protected PropertyDefaultFont (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultForeColor (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultFormatProviderGets the default value of the FormatProvider property.  
protected PropertyDefaultFormatSpecifierGets the default value of the FormatSpecifier property.  
protected PropertyDefaultHorizontalAlignment (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultMaxWidthGets the default value of the MaxWidth property.  
protected PropertyDefaultMinWidthGets the default value of the MinWidth property.  
protected PropertyDefaultNullTextGets the default value of the NullText property.  
protected PropertyDefaultNullValueGets the default value of the NullValue property.  
protected PropertyDefaultOverrideUIStyle (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultReadOnlyOverridden. Gets the default value of the GridElement.ReadOnly property.  
protected PropertyDefaultSortDirectionGets the default value of the SortDirection property.  
protected PropertyDefaultTag (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultTitleGets the default value of the Title property.  
protected PropertyDefaultTrimming (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultVerticalAlignment (Inherited from Xceed.Grid.GridElement)
protected PropertyDefaultVisibleOverridden. Gets the default value of the GridElement.Visible property.  
protected PropertyDefaultWidthGets the default value of the Width property.  
protected PropertyDefaultWordWrap (Inherited from Xceed.Grid.GridElement)
protected PropertyEvents (Inherited from Xceed.Grid.GridElementBase)
protected PropertyParentVisible (Inherited from Xceed.Grid.GridElement)
protected PropertyProperties (Inherited from Xceed.Grid.GridElementBase)
protected internal PropertyTheme (Inherited from Xceed.Grid.GridElement)
Top

Public Methods

 NameDescription
public MethodBringIntoViewOverridden. Brings the column into the visible area of the grid.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodGetFittedWidthOverloaded. Retrieves the fitted width of the column in pixels.  
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeOverloaded. This method is reserved for internal use and is not intended to be used directly from your code.  
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodResetBackColor (Inherited from Xceed.Grid.GridElement)
public MethodResetCanBeGroupedResets the value of the CanBeGrouped property to its default value, DefaultCanBeGrouped.  
public MethodResetCanBeSortedResets the value of the CanBeSorted property to its default value, DefaultCanBeSorted.  
public MethodResetCellEditorDisplayConditionsResets the value of the CellEditorDisplayConditions property to its default value, DefaultCellEditorDisplayConditions.  
public MethodResetCellEditorManagerResets the value of the CellEditorManager property to its default value, DefaultCellEditorManager.  
public MethodResetCellViewerManagerResets the value of the CellViewerManager property to its default value, DefaultCellViewerManager.  
public MethodResetClipPartialLine (Inherited from Xceed.Grid.GridElement)
public MethodResetDataComparerResets the value of the Column.DataComparer property to its default value, DefaultDataComparer.  
public MethodResetFixedResets the value of the Fixed property to its default value, DefaultFixed.  
public MethodResetFont (Inherited from Xceed.Grid.GridElement)
public MethodResetForeColor (Inherited from Xceed.Grid.GridElement)
public MethodResetFormatProviderResets the value of the FormatProvider property to its default value, DefaultFormatProvider.  
public MethodResetFormatSpecifierResets the value of the FormatSpecifier property to its default value, DefaultFormatSpecifier.  
public MethodResetHorizontalAlignment (Inherited from Xceed.Grid.GridElement)
public MethodResetMaxWidthResets the value of the MaxWidth property to its default value, DefaultMaxWidth.  
public MethodResetMinWidthResets the value of the MinWidth property to its default value, DefaultMinWidth.  
public MethodResetNullTextResets the value of the NullText property to its default value, DefaultNullText.  
public MethodResetNullValueResets the value of the NullValue property to its default value, DefaultNullValue.  
public MethodResetOverrideUIStyle (Inherited from Xceed.Grid.GridElement)
public MethodResetReadOnly (Inherited from Xceed.Grid.GridElement)
public MethodResetReportStyle (Inherited from Xceed.Grid.GridElement)
public MethodResetSortDirectionResets the value of the SortDirection property to its default value, DefaultSortDirection.  
public MethodResetStyle (Inherited from Xceed.Grid.GridElement)
public MethodResetTag (Inherited from Xceed.Grid.GridElement)
public MethodResetTitleResets the value of the Title property to its default value, DefaultTitle.  
public MethodResetTrimming (Inherited from Xceed.Grid.GridElement)
public MethodResetVerticalAlignment (Inherited from Xceed.Grid.GridElement)
public MethodResetVisible (Inherited from Xceed.Grid.GridElement)
public MethodResetWidthResets the value of the Width property to its default value, DefaultWidth.  
public MethodResetWordWrap (Inherited from Xceed.Grid.GridElement)
Top

Protected Methods

 NameDescription
protected internal MethodAddHandler (Inherited from Xceed.Grid.GridElementBase)
protected internal MethodCreateInstanceCreates a new Column object that is a copy of the current instance.  
protected MethodFinalize  
protected internal MethodGetPropertyValue (Inherited from Xceed.Grid.GridElementBase)
protected MethodIsPropertyDefined (Inherited from Xceed.Grid.GridElementBase)
protected MethodIsTemplatePropertyDefined (Inherited from Xceed.Grid.GridElementBase)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
protected MethodOnBackColorChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnCanBeGroupedChangedRaises the CanBeGroupedChanged event.  
protected MethodOnCanBeSortedChangedRaises the CanBeSortedChanged event.  
protected MethodOnCellEditorDisplayConditionsChangedRaises the CellEditorDisplayConditionsChanged event.  
protected MethodOnCellEditorManagerChangedRaises the CellEditorManagerChanged event.  
protected MethodOnCellViewerManagerChangedRaises the CellViewerManagerChanged event.  
protected MethodOnClipPartialLineChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnDataComparerChangedRaises the DataComparerChanged event.  
protected MethodOnFixedChangedRaises the FixedChanged event.  
protected MethodOnFontChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnForeColorChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnFormatProviderChangedRaises the FormatProviderChanged event.  
protected MethodOnFormatSpecifierChangedRaises the FormatSpecifierChanged event.  
protected MethodOnHorizontalAlignmentChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnMaxWidthChangedRaises the MaxWidthChanged event.  
protected MethodOnMinWidthChangedRaises the MinWidthChanged event.  
protected MethodOnNullTextChangedRaises the NullTextChanged event.  
protected MethodOnNullValueChangedRaises the NullValueChanged event.  
protected MethodOnOverrideUIStyleChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnReadOnlyChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnSortDirectionChangedRaises the SortDirectionChanged event.  
protected MethodOnTitleChangedRaises the TitleChanged event.  
protected MethodOnTrimmingChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnVerticalAlignmentChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnVisibleChanged (Inherited from Xceed.Grid.GridElement)
protected MethodOnVisibleIndexChangedRaises the VisibleIndexChanged event.  
protected MethodOnWidthChangedRaises the WidthChanged event.  
protected MethodOnWordWrapChanged (Inherited from Xceed.Grid.GridElement)
protected MethodRaiseEvent (Inherited from Xceed.Grid.GridElementBase)
protected internal MethodRemoveHandler (Inherited from Xceed.Grid.GridElementBase)
protected MethodRemovePropertyValue (Inherited from Xceed.Grid.GridElementBase)
protected internal MethodSetPropertyValue (Inherited from Xceed.Grid.GridElementBase)
protected MethodSetVisibleCoreOverridden. This method is reserved for internal use and is not intended to be used directly from your code.  
Top

Public Events

 NameDescription
public EventBackColorChanged (Inherited from Xceed.Grid.GridElement)
public EventCanBeGroupedChangedRaised when the value of the CanBeGrouped property is changed.  
public EventCanBeSortedChangedRaised when the value of the CanBeSorted property is changed.  
public EventCellEditorDisplayConditionsChangedRaised when the value of the CellEditorDisplayConditions property is changed.  
public EventCellEditorManagerChangedRaised when the value of the CellEditorManager property is changed.  
public EventCellViewerManagerChangedRaised when the value of the CellViewerManager property is changed.  
public EventClipPartialLineChanged (Inherited from Xceed.Grid.GridElement)
public EventDataComparerChangedRaised when the value of the Column.DataComparer property is changed.  
public EventFixedChangedRaised when the value of the Fixed property is changed.  
public EventFontChanged (Inherited from Xceed.Grid.GridElement)
public EventForeColorChanged (Inherited from Xceed.Grid.GridElement)
public EventFormatProviderChangedRaised when the value of the FormatProvider property is changed.  
public EventFormatSpecifierChangedRaised when the value of the FormatSpecifier property is changed.  
public EventHorizontalAlignmentChanged (Inherited from Xceed.Grid.GridElement)
public EventMaxWidthChangedRaised when the value of the MaxWidth property is changed.  
public EventMinWidthChangedRaised when the value of the MinWidth property is changed.  
public EventNullTextChangedRaised when the value of the NullText property is changed.  
public EventNullValueChangedRaised when the value of the NullValue property is changed.  
public EventOverrideUIStyleChanged (Inherited from Xceed.Grid.GridElement)
public EventReadOnlyChanged (Inherited from Xceed.Grid.GridElement)
public EventSortDirectionChangedRaised when the value of the SortDirection property is changed.  
public EventTitleChangedRaised when the value of the Title property is changed.  
public EventTrimmingChanged (Inherited from Xceed.Grid.GridElement)
public EventVerticalAlignmentChanged (Inherited from Xceed.Grid.GridElement)
public EventVisibleChanged (Inherited from Xceed.Grid.GridElement)
public EventVisibleIndexChangedRaised when the value of the VisibleIndex property is changed.  
public EventWidthChangedRaised when the value of the Width property is changed.  
public EventWordWrapChanged (Inherited from Xceed.Grid.GridElement)
Top

See Also