Rank Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The ranking of the event that determines the order in which it is displayed on a particular day

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int Rank { get; set; }
Visual Basic
Property Rank As Integer
	Get
	Set
Visual C++
property int Rank {
	int get ();
	void set (int value);
}

See Also