ComponentOne WinUI Edition
Demos
Docs
Samples
Download
WinUI | ComponentOne
C1.WinUI.GridControl Assembly
/
C1.WinUI.Grid Namespace
/
C1GridControl Class
/ GridLinesBrush Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
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
C1.WinUI.GridControl Assembly
Namespaces
C1.WinUI.Grid Namespace
Overview
Classes
C1GridControl
Overview
Members
C1GridControl Constructor
Methods
ChangeView Method
Dispose Method
Dispose(Boolean) Method
FinishEditing Method
FinishEditing(Boolean) Method
FinishEditing(Boolean,Boolean) Method
GetCellStyle Method
GetCellView Method
GetCursorStyle Method
GetPageImages Method
GetSelectedState Method
GetSelectedTimes Method
GetSelectionStyle Method
GetZoom Method
InvalidateCellStyle Method
InvalidateCursorStyle Method
InvalidateSelectionStyle Method
LoadDesignTimeData Method
OnApplyTemplate Method
OnBackgroundChanged Method
OnKeyDown Method
OnPropertyChanged Method
Refresh Method
ScrollIntoView Method
Select Method
Select(GridControlRange,Boolean,Boolean) Method
Select(IEnumerable<GridControlRange>,Boolean,Boolean) Method
SelectAll Method
SetCursor Method
StartEditing Method
UnselectAll Method
UpdateMouseOver Method
Properties
ActiveEditor Property
ActualCellStyle Property
ActualCursorStyle Property
ActualSelectionStyle Property
Adapter Property
CellPadding Property
CellStyle Property
CursorRange Property
CursorStyle Property
EditorRange Property
FrozenLinesBrush Property
FullEdit Property
GridLinesBrush Property
GridLinesVisibility Property
GridLinesWidth Property
HorizontalScrollBarVisibility Property
IsAnimated Property
KeyActionEnter Property
KeyActionTab Property
MouseOverBrush Property
ScrollPosition Property
SelectedRanges Property
Selection Property
SelectionAdornerBorderBrush Property
SelectionAdornerBrush Property
SelectionStyle Property
ShowMarquee Property
UpdateAnimation Property
VerticalScrollBarVisibility Property
Viewport Property
ViewRange Property
ZoomMode Property
Fields
CellPaddingProperty Field
CellStyleProperty Field
CursorStyleProperty Field
FrozenLinesBrushProperty Field
GridLinesBrushProperty Field
GridLinesVisibilityProperty Field
GridLinesWidthProperty Field
HorizontalScrollBarVisibilityProperty Field
IsAnimatedProperty Field
KeyActionEnterProperty Field
KeyActionTabProperty Field
MouseOverBrushProperty Field
SelectionAdornerBorderBrushProperty Field
SelectionAdornerBrushProperty Field
SelectionStyleProperty Field
ShowMarqueeProperty Field
VerticalScrollBarVisibilityProperty Field
ZoomModeProperty Field
Events
PropertyChanged Event
ScrollPositionChanged Event
CancelEventArgs
GridControlAdapter
GridControlAdapter.ColumnInfo
GridControlAdapter.RowInfo
GridControlAdapterNotifyChange
GridControlCellView
GridControlEditEventArgs
GridControlInputEventArgs
GridControlKeyboardHandler
GridControlPanel
GridControlRange
GridControlRangeEventArgs
GridControlSelectionEventArgs
GridControlTapEventArgs
GridManipulationLayer
GridSelectionLayer
GridUpdateAnimation
Enumerations
GridControlAdapterNotifyChangeAction
GridEnterAction
GridLinesVisibility
GridScaleMode
GridScrollMode
GridSelectedState
GridTabAction
GridZoomMode
C1.WinUI.GridControl.C1_WinUI_GridControl_XamlTypeInfo Namespace
Overview
C1.WinUI.Input Assembly
C1.WinUI.Menu Assembly
C1.WinUI.Rendering Assembly
C1.WinUI.Viewer Assembly
Release History
GridLinesBrush Property (C1GridControl)
In This Topic
Syntax
See Also
Gets or sets the
Microsoft.UI.Xaml.Media.Brush
that is used to paint the lines between cells.
Syntax
C#
public
Brush
GridLinesBrush {
get
;
set
;}
See Also
Reference
C1GridControl Class
C1GridControl Members