MindFusion.Scheduling for Silverlight Programmer's Guide
GridRow Members
Constructors Fields Properties Methods Events
 


Represents a row in a DataGrid.

The following tables list the members exposed by the GridRow type.

 Public Constructors

  Name Description

GridRow

Initializes a new instance of the GridRow class.

 Public Fields

  Name Description

CellBorderBrushProperty

Identifies the CellBorderBrush dependency property.

CellBorderThicknessProperty

Identifies the CellBorderThickness dependency property.

ClickedEvent

Identifies the Clicked routed event.

DataItemProperty

Identifies the DataItem dependency property.

IndexProperty

Identifies the Index dependency property.

IsExpandedProperty

Identifies the IsExpanded dependency property.

 Public Properties

  Name Description

CellBorderBrush

Gets or sets the border brush of the cells in the row. This is a dependency property.

CellBorderThickness

Gets or sets the border thickness of the cells in the row. This is a dependency property.

DataItem

Gets or sets the item associated with this row. This is a dependency property.

Index

Gets or sets the index of this row within its parent. This is a dependency property.

IsExpanded

Gets or sets a value indicating whether this row is expanded. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override.

GetContainerForItemOverride

ItemsControl.GetContainerForItemOverride override.

IsItemItsOwnContainerOverride

ItemsControl.IsItemItsOwnContainerOverride override.

PrepareContainerForItemOverride

ItemsControl.PrepareContainerForItemOverride override.

 Public Events

  Name Description

Clicked

Occurs when the user clicks on this row with the mouse.

 See Also

GridRow Class
MindFusion.DataViews.Silverlight Namespace