MindFusion.Scheduling for Silverlight Programmer's Guide
ScheduleGridRow.IsItemItsOwnContainerOverride Method
See Also
 





GridRow.IsItemItsOwnContainerOverride override.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected override bool IsItemItsOwnContainerOverride (
    Object item
)

Visual Basic  Copy Code

Protected Overrides Function IsItemItsOwnContainerOverride( _
    item As Object _
) As Boolean

 Parameters

item

The item to check.

 Return Value

true if the item is (or is eligible to be) its own container; otherwise, false.

 See Also

ScheduleGridRow Members
ScheduleGridRow Class
MindFusion.DataViews.Silverlight Namespace