Interface ICalendarOptions
Assembly: SuperOffice.CRMWeb.dll
Syntax
public interface ICalendarOptions
Properties
AppointmentMarginLeft
Declaration
int AppointmentMarginLeft { get; set; }
Property Value
AppointmentPercentWidth
Declaration
int AppointmentPercentWidth { get; set; }
Property Value
AppointmentPlacement
Declaration
CalendarAppointmentPlacement AppointmentPlacement { get; set; }
Property Value
AppointmentPosition
Declaration
int AppointmentPosition { get; }
Property Value
AssociateID
Declaration
int AssociateID { get; set; }
Property Value
BoldNames
Declaration
bool BoldNames { get; set; }
Property Value
CalendarDate
Declaration
DateTime CalendarDate { get; set; }
Property Value
CalendarIndex
Declaration
int CalendarIndex { get; set; }
Property Value
CalendarWidth
Declaration
int CalendarWidth { get; }
Property Value
ClientID
Declaration
Property Value
ContainerClientID
Declaration
string ContainerClientID { get; set; }
Property Value
OffsetTop
Declaration
int OffsetTop { get; set; }
Property Value
PrinterFriendly
Declaration
CalendarContainer.PrinterFriendly PrinterFriendly { get; set; }
Property Value
StartTimeCurrent
Declaration
string StartTimeCurrent { get; set; }
Property Value
TimeScaleType
Declaration
CalendarTimeScaleType TimeScaleType { get; set; }
Property Value
UseOnlyCalendarContainerMouseEvents
Declaration
bool UseOnlyCalendarContainerMouseEvents { get; set; }
Property Value