| Package | ardisia.scheduling.calendar.interfaces |
| Interface | public interface IColumnLabel extends mx.core.IVisualElement |
| Property | Defined By | ||
|---|---|---|---|
| date : Date
Date represented by the column. | IColumnLabel | ||
| displayMode : String
Calendar display mode. | IColumnLabel | ||
| date | property |
date:DateDate represented by the column.
public function get date():Date public function set date(value:Date):void| displayMode | property |
displayMode:StringCalendar display mode.
public function get displayMode():String public function set displayMode(value:String):void