MindFusion WinForms Programmer's Guide
DateStyleCollection.Item Property
See Also
 





Gets or sets the DateStyle located at the specified position within this collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateStyle Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As DateStyle

 Parameters

index
The zero-based index of the DateStyle object to set or retrieve.

 Property Value

An instance of the DateStyle class located at the specified index within this collection.

 Remarks

This indexer property allows using the C# [] or VB.NET () operators to access elements of this collection by their integer index.

 See Also

DateStyleCollection Members
DateStyleCollection Class
MindFusion.Scheduling.WinForms Namespace