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


Represents a cell in a ScheduleGrid.

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

 Public Constructors

  Name Description

ScheduleGridCell

Initializes a new instance of the ScheduleGridCell class.

 Public Fields

  Name Description

IsEditingProperty

Identifies the IsEditing dependency property. (Inherited from GridCell.)

NonWorkingBackgroundBrushProperty

Identifies the NonWorkingBackgroundBrush dependency property.

 Public Properties

  Name Description

IsEditing

Gets or sets a value indicating whether the cell is currently in in-place editing mode. This is a dependency property. (Inherited from GridCell.)

NonWorkingBackgroundBrush

Gets or sets the brush used to define the color of the non-working time periods representation. This is a dependency property.

 Public Methods

  Name Description

BeginEdit

Initiates in-place editing within this cell. (Inherited from GridCell.)

CancelEdit

Cancels the current editing operation. (Inherited from GridCell.)

CommitEdit

Confirms the current editing operation. (Inherited from GridCell.)

ConfirmEdit

Checks if the user input represented by the specified event argument should initiates an editing operation for this cell. (Inherited from GridCell.)

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnGotFocus

FrameworkElement.OnGotFocus override. (Inherited from GridCell.)

OnIsKeyboardFocusWithinChanged

UIElement.OnIsKeyboardFocusWithinChanged override. (Inherited from GridCell.)

OnRenderSizeChanged

FrameworkElement.OnRenderSizeChanged override.

 See Also

ScheduleGridCell Class
MindFusion.DataViews.Silverlight Namespace