Version

VisualModelMonthViewExport Class Members

The following tables list the members exposed by VisualModelMonthViewExport.

Public Constructors
 NameDescription
Public ConstructorVisualModelMonthViewExport ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyContentLayerExportReturns export data for the Content layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyDecoratorLayerExportReturns export data for the Decorator layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyDipScalingRatioGets or sets the DIP Scaling ratio for the device. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyFirstVisibleMonthReturns the first visible month even if only partially visible.  
Public PropertyFirstVisibleMonthScrollOffsetStartReturns the overall coordinate of the top or left of the first visible month depending on the current MonthViewScrollDirection. If scrolling vertically, this returns the top coordinate of the first visible month, otherwise it returns the left coordinate of the first visible month.  
Public PropertyFixedHeaderLayerExportReturns export data for the FixedHeader layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyFixedLayerExportReturns export data for the Fixed layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyHeaderDecoratorLayerExportReturns export data for the HeaderDecorator layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyHeaderLayerExportReturns export data for the Header layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyLastVisibleMonthReturns the last visible month even if only partially visible.  
Public PropertyLastVisibleMonthScrollOffsetEndReturns the overall coordinate of the bottom or right of the last visible month depending on the current MonthViewScrollDirection. If scrolling vertically, this returns the bottom coordinate of the last visible month, otherwise it returns the right coordinate of the last visible month.  
Public PropertyLayerExportsReturns a list of the exported layers. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyMaximumDateReturns the latest date that can possibly be displayed in the view. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyMinimumDateReturns the earliest date that can possibly be displayed in the view. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleBottomReturns the bottom location of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleHeightReturns the height of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleLeftReturns the left location of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleRegionReturns the rect that represents the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleRightReturns the right location of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleTopReturns the top location of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaActualVisibleWidthReturns the width of the visible portion of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaContentHeightReturns the absolute (total) height of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyScrollAreaContentWidthReturns the absolute (total) width of the content being scrolled. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertySubContentLayerExportReturns export data for the SubContent layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertySubHeaderLayerExportReturns export data for the SubHeader layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertySuperContentLayerExportReturns export data for the SuperContent layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertySuperHeaderLayerExportReturns export data for the SuperHeader layer. (Inherited from Infragistics.Scheduler.Core.VisualModelExport)
Public PropertyTotalVisibleMonthsReturns the total number of visible month (even partially visible months).  
Protected Methods
 NameDescription
Protected Internal MethodScaleFromDevicePixelsOverridden. Scales relevant property values from device pixels.  
Protected MethodSerializeOverrideOverridden. Allows derived classes to add to the serialization string.  
See Also