ComponentOne MAUI Edition
Demos
Docs
Samples
Download
MAUI | ComponentOne
C1.Maui.GridControl Assembly
/
C1.Maui.Grid Namespace
/
GridControlCellView Class
/ IsSelected 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
MAUI Overview
Get Started with MAUI
Section 508 Compliance
Configure MAUI Application
Adding NuGet Packages to your App
Controls
API Reference
C1.Maui.Calendar Assembly
C1.Maui.Chart Assembly
C1.Maui.Core Assembly
C1.Maui.Grid Assembly
C1.Maui.GridControl Assembly
Namespaces
C1.Maui.Grid Namespace
Overview
Classes
C1GridControl
CancelEventArgs
GridControlAdapter
GridControlAdapter.ColumnInfo
GridControlAdapter.RowInfo
GridControlAdapterNotifyChange
GridControlCellView
Overview
Members
GridControlCellView Constructor
Methods
Dispose Method
Dispose(Boolean) Method
Properties
IsMouseOver Property
IsSelected Property
MouseOverBrush Property
ReadOnlyContent Property
SelectedBrush Property
SelectedTimes Property
Fields
IsMouseOverProperty Field
MouseOverBrushProperty Field
SelectedBrushProperty Field
SelectedTimesProperty Field
GridControlEditEventArgs
GridControlInputEventArgs
GridControlKeyboardHandler
GridControlRange
GridControlRangeEventArgs
GridControlSelectionEventArgs
GridControlTapEventArgs
GridRefreshEventArgs
GridUpdateAnimation
MauiAppBuilderEx
Enumerations
GridControlAdapterNotifyChangeAction
GridEnterAction
GridLinesVisibility
GridScaleMode
GridScrollMode
GridSelectedState
GridTabAction
GridZoomMode
Interfaces
IGridControlHandler
C1.Maui.GridControl.Themes Namespace
Overview
Classes
Generic
WinRT.C1_Maui_GridControlGenericHelpers Namespace
Overview
C1.Maui.Input Assembly
Release History
IsSelected Property (GridControlCellView)
In This Topic
Syntax
Remarks
See Also
Gets or sets whether the cell is selected.
Syntax
C#
public
bool
IsSelected {
get
;
set
;}
Remarks
The property
SelectedTimes
gives more control over the times the cell is selected.
See Also
Reference
GridControlCellView Class
GridControlCellView Members