ComponentOne WinUI Edition
Demos
Docs
Samples
Download
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridHitTestInfo Class
/ Column Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
Remarks
See Also
WinUI Overview
Get Started with WinUI
Section 508 Compliance
Configure WinUI Application
Adding NuGet Packages to your App
Controls
API Reference
C1.WinUI.Accordion Assembly
C1.WinUI.BarCode Assembly
C1.WinUI.Calendar Assembly
C1.WinUI.Chart Assembly
C1.WinUI.Core Assembly
C1.WinUI.DataCollection Assembly
C1.WinUI.DataFilter Assembly
C1.WinUI.DataPager Assembly
C1.WinUI.DateTimeEditors Assembly
C1.WinUI.Grid Assembly
Namespaces
C1.WinUI.Grid Namespace
Overview
Classes
CheckListBehavior
DetailProviderRowHeaderCell
EmptyGridBehavior
FlexGrid
FlexGridDetailProvider
FlexGridDetailProvider<TItem>
FullTextFilterBehavior
GridAggregateFunction
GridAggregateFunctionCollection
GridAutoGeneratingColumnEventArgs
GridBoundRow
GridCellEditEventArgs
GridCellFactory
GridCellFactoryNotifyChange
GridCellRange
GridCellRangeEventArgs
GridCellView
GridColumn
GridColumnCollection
GridColumnHeaderCell
GridDataMap
GridDateTimeColumn
GridDetailCellCreatingEventArgs
GridDetailLoadingEventArgs<TItem>
GridDetailRow<TItem>
GridFilterCell
GridFilterRow
GridGroupRow
GridGroupRowCell
GridHitTestInfo
Overview
Members
Properties
CellRange Property
CellType Property
Column Property
Row Property
GridHyperlinkColumn
GridImageColumn
GridIncrementalLoadingCell
GridIncrementalLoadingRow
GridInputEventArgs
GridMenuItem
GridMergeManager
GridNewRow
GridNumericColumn
GridOutlineEventArgs
GridPanel
GridRow
GridRowCol
GridRowColCollection<T>
GridRowCollection
GridRowHeaderColumn
GridSelectedItemsCollection
GridSelectionEventArgs
GridSelectionMenu
GridSelectionMenuEventArgs
GridSummaryCell
GridSummaryRow
GridWrapCellFactory
TransposedGridBehavior
TransposedGridCellFactory
Enumerations
FullTextFilterMode
GridAggregate
GridAllowDragging
GridAllowMerging
GridAllowResizing
GridAutoSizeMode
GridCellType
GridClipboardCopyMode
GridColumnOptionsMenuVisibility
GridDateTimeColumnMode
GridDetailVisibilityMode
GridFileFormat
GridGroupRowPosition
GridGroupSummariesPosition
GridHeadersVisibility
GridMouseOverMode
GridNewRowPosition
GridRowColType
GridSaveOptions
GridSelectionMode
GridSortIconPosition
GridTreeExpandMode
GridTreeIndentMode
GridTreeLine
GridTreeLinesMode
GridValidationIndicator
C1.WinUI.Grid.Automation Namespace
Overview
Classes
FlexGridAutomationPeer
GridCellAutomationPeer
GridCellViewAutomationPeer
GridPanelPeer
GridRowAutomationPeer
GridVirtualAutomationPeer
C1.WinUI.Grid.C1_WinUI_Grid_XamlTypeInfo Namespace
Overview
C1.WinUI.Grid.Resources Namespace
Overview
C1.WinUI.GridControl Assembly
C1.WinUI.Input Assembly
C1.WinUI.Menu Assembly
C1.WinUI.Rendering Assembly
C1.WinUI.Viewer Assembly
Release History
Column Property (GridHitTestInfo)
In This Topic
Syntax
Remarks
See Also
Gets the index of the column at the specified location.
Syntax
C#
public
int
Column {
get
;}
Remarks
If there is no column at the specified location, this property returns -1.
See Also
Reference
GridHitTestInfo Class
GridHitTestInfo Members