MindFusion.Wpf Pack Programmer's Guide
ScheduleGridRow Members
Constructors Fields Properties Methods Events
 


Represents a row in a ScheduleGrid.

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

 Public Constructors

  Name Description

ScheduleGridRow

Initializes a new instance of the ScheduleGridRow class.

 Public Fields

  Name Description

CellBorderBrushProperty

Identifies the CellBorderBrush dependency property. (Inherited from GridRow.)

CellBorderThicknessProperty

Identifies the CellBorderThickness dependency property. (Inherited from GridRow.)

ClickedEvent

Identifies the Clicked routed event. (Inherited from GridRow.)

DataItemProperty

Identifies the DataItem dependency property. (Inherited from GridRow.)

IndexProperty

Identifies the Index dependency property. (Inherited from GridRow.)

IsExpandedProperty

Identifies the IsExpanded dependency property. (Inherited from GridRow.)

 Public Properties

  Name Description

CellBorderBrush

Gets or sets the border brush of the cells in the row. This is a dependency property. (Inherited from GridRow.)

CellBorderThickness

Gets or sets the border thickness of the cells in the row. This is a dependency property. (Inherited from GridRow.)

DataItem

Gets or sets the item associated with this row. This is a dependency property. (Inherited from GridRow.)

Index

Gets or sets the index of this row within its parent. This is a dependency property. (Inherited from GridRow.)

IsExpanded

Gets or sets a value indicating whether this row is expanded. This is a dependency property. (Inherited from GridRow.)

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override. (Inherited from GridRow.)

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override. (Inherited from GridRow.)

GetContainerForItemOverride

GridRow.GetContainerForItemOverride override.

IsItemItsOwnContainerOverride

GridRow.IsItemItsOwnContainerOverride override.

PrepareContainerForItemOverride

ItemsControl.PrepareContainerForItemOverride override. (Inherited from GridRow.)

 Public Events

  Name Description

Clicked

Occurs when the user clicks on this row with the mouse. (Inherited from GridRow.)

 See Also

ScheduleGridRow Class
MindFusion.DataViews.Wpf Namespace