Свойство | Тип | Описание | |
---|---|---|---|
PopulateDropDowns | void |
Метод | Описание | |
---|---|---|
CalculateDateRangeFromDelimitedValues ( string value ) : DateRange |
Calculates the date range from delimited values in format SlidingDateRangeType|Number|TimeUnitType|StartDate|EndDate NOTE: The Displayed End Date is one day before the actual end date. So, if your date range is displayed as 1/3/2015 to 1/4/2015, this will return 1/5/2015 12:00 AM as the End Date
|
|
FormatDelimitedValues ( string value ) : string |
Formats the delimited values as a phrase such as "Last 14 Days"
|
|
GetHelpHtml ( System.DateTime currentDateTime ) : string |
Gets the help HTML that explains usage of the SlidingDateRange picker with examples
|
|
RenderAfterLabel ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders content after the label.
|
|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the base control.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
SetDateRangeModeValue ( DateRange value ) : void |
Sets the date range mode value.
|
|
SlidingDateRangePicker ( ) : System |
Initializes a new instance of the SlidingDateRangePicker class.
|
Метод | Описание | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
RegisterJavaScript ( ) : void |
Registers the java script.
|
|
ddl_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the dropdown list controls.
|
Метод | Описание | |
---|---|---|
PopulateDropDowns ( ) : void |
Populates the drop downs.
|
public static CalculateDateRangeFromDelimitedValues ( string value ) : DateRange | ||
value | string | The value. |
Результат | DateRange |
public static FormatDelimitedValues ( string value ) : string | ||
value | string | The value. |
Результат | string |
public static GetHelpHtml ( System.DateTime currentDateTime ) : string | ||
currentDateTime | System.DateTime | The current date time. |
Результат | string |
public RenderAfterLabel ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Результат | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Результат | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Результат | void |
public SetDateRangeModeValue ( DateRange value ) : void | ||
value | DateRange | The value. |
Результат | void |
public SlidingDateRangePicker ( ) : System | ||
Результат | System |
protected ddl_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |