Version

TimeSlotModelExport Class Members

The following tables list the members exposed by TimeSlotModelExport.

Public Constructors
 NameDescription
Public ConstructorTimeSlotModelExport Constructor  
Public Properties
 NameDescription
Public PropertyBackgroundBrushDataReturns data describing the model's Background brush. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyEndReturns the end date associated with the timeslot.  
Public PropertyFontFamilyReturns the model's FontFamily. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyFontSizeReturns the model's FontSize. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyFontStretchReturns the model's FontStretch. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyFontStyleReturns the model's FontStyle. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyFontVariantReturns the model's FontVariant. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyFontWeightReturns the model's FontWeight. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyHasActivityReturns true if the timeslot has any activity, otherwise false.  
Public PropertyHeightReturns the model's height. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyHorizontalAlignmentReturns the model's horizontal alignment. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyIsLeadingDayReturns true if the timeslot represents a leading day, otherwise false.  
Public PropertyIsSelectedReturns true if the model is logically selected, otherwise returns false. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyIsTodayReturns true if the timeslot represents today, otherwise false.  
Public PropertyIsTrailingDayReturns true if the timeslot represents a trailing day, otherwise false.  
Public PropertyRenderValueReturns a string representation of the value rendered by the model. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyRoleReturns the model's role. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertySelectedStatusReturns the model's selected status. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyStartReturns the start date associated with the timeslot.  
Public PropertyTextColorReturns data describing the model's TextColor brush. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyVerticalAlignmentReturns the model's vertical alignment. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyVirtualizationPercentageReturns the model's VirtualizationPercentage. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyWidthReturns the model's width. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyXReturns the model's X position. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Public PropertyYReturns the model's Y position. (Inherited from Infragistics.Scheduler.Core.ModelBaseExport)
Protected Properties
 NameDescription
Protected PropertyTypeOverridden. Returns the model's type in string form.  
Protected Methods
 NameDescription
Protected MethodSerializeOverrideOverridden. Allows derived classes to add to the serialization string.  
See Also