Class SoDateRange.PropertyClass
Inheritance
SoDateRange.PropertyClass
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class PropertyClass
Constructors
PropertyClass()
Declaration
Properties
Animation
Declaration
public SoDateRange.PropertyClass.AnimationClass Animation { get; set; }
Property Value
AutoExpand
Declaration
public bool AutoExpand { get; set; }
Property Value
CanMoveOtherSlider
Declaration
public bool CanMoveOtherSlider { get; set; }
Property Value
CanMoveRange
Declaration
public bool CanMoveRange { get; set; }
Property Value
CloseAfterRangeSelected
Declaration
public bool CloseAfterRangeSelected { get; set; }
Property Value
ExpandInterval
Declaration
public int ExpandInterval { get; set; }
Property Value
FromDate
Declaration
public string FromDate { get; set; }
Property Value
Layout
Declaration
public SoDateRange.PropertyClass.LayoutClass Layout { get; set; }
Property Value
MaxDate
Declaration
public string MaxDate { get; set; }
Property Value
MinDate
Declaration
public string MinDate { get; set; }
Property Value
Declaration
public bool ShowCancelButton { get; set; }
Property Value
Declaration
public bool ShowExpandBeforeAfterButtons { get; set; }
Property Value
Declaration
public bool ShowExpandContractButtons { get; set; }
Property Value
Declaration
public bool ShowOkButton { get; set; }
Property Value
Snap
Declaration
public SoDateRange.RangeFlags Snap { get; set; }
Property Value
ToDate
Declaration
public string ToDate { get; set; }
Property Value