ComponentOne WinUI Edition
Demos
Docs
Samples
Download
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridRow Class
/ WordWrap 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
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
GridHyperlinkColumn
GridImageColumn
GridIncrementalLoadingCell
GridIncrementalLoadingRow
GridInputEventArgs
GridMenuItem
GridMergeManager
GridNewRow
GridNumericColumn
GridOutlineEventArgs
GridPanel
GridRow
Overview
Members
GridRow Constructor
GridRow Constructor()
GridRow Constructor(Object)
GridRow Constructor(IDataCollection<Object>,Int32)
Methods
AllowCustomCell Method
GetColumnErrors Method
GetErrors Method
HasColumnErrors Method
IsDataItemSet Method
OnAttached Method
OnDetached Method
Refresh Method
Refresh() Method
Refresh(GridRowColType,Int32) Method
SetDataItem Method
ToString Method
Properties
ActualHeight Property
ActualVisible Property
AllowCustomCells Property
AllowDragging Property
AllowMerging Property
AllowResizing Property
AreChildrenBelow Property
Background Property
CellFactory Property
Children Property
DataCollection Property
DataIndex Property
DataItem Property
Foreground Property
Grid Property
HasErrors Property
HeaderBackground Property
HeaderForeground Property
Height Property
IsReadOnly Property
IsVisible Property
Level Property
MaxHeight Property
MinHeight Property
Parent Property
WordWrap Property
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
WordWrap Property (GridRow)
In This Topic
Syntax
See Also
Gets or sets a value indicating whether cells in the row wrap their content.
Syntax
C#
public
Nullable<bool>
WordWrap {
get
;
set
;}
See Also
Reference
GridRow Class
GridRow Members