Search
CalendarTextEventArgs.Index Property
See Also
 






Gets the index associated with the element being customized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

An integer value.

 Remarks

This property specifies the index of a view column or cell. If there is no index associated with the element, the return value is 0.

 See Also