Skip to content

Commit

Permalink
docs(api): Add client and server API to docs from Ajax Docs Full buil…
Browse files Browse the repository at this point in the history
…d in Jenkins for release R3 2019
  • Loading branch information
pepinho24 committed Sep 18, 2019
1 parent 85ef6ce commit 0a9f315
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 0 deletions.
28 changes: 28 additions & 0 deletions api/server/Telerik.Web.UI.Export/Utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,34 @@ BIFF: Convert from VerticalAlign to VerticalAlignment enumerations

`Telerik.Web.UI.ExcelBiff.VerticalAlignment`

### ConvertXlsxBorderStyle

Converts the ASP.NET BorderStyle enumeration values to Excel BorderStyle enumeration values

#### Parameters

#### borderStyle `System.Web.UI.WebControls.BorderStyle`

#### Returns

`Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle`

### ConvertXlsxHorizontalAlign

XLSX: Convert from HorizontalAlign to HorizontalAlignment enumerations

#### Returns

`Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment`

### ConvertXlsxVerticalAlign

XLSX: Convert from VerticalAlign to VerticalAlignment enumerations

#### Returns

`Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment`

### FontSizeToPoints

Converts strongly typed relative FontSize unit to points (double)
Expand Down
5 changes: 5 additions & 0 deletions api/server/Telerik.Web.UI/GridTableView.md
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,11 @@ Modifying the SortExpressions collection will result in change
will be changed.
This property's value is preserved in the ViewState.

### SortHeaderContextMenuColumns `Boolean`

Gets or sets a value indicating whether the Columns in the
will be sorted by default.

### Summary `String`

Gets or sets the 'summary' attribute for the respective table.
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/RadDatePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
#### Remarks
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableRippleEffect `Boolean`

Returns true if ripple effect should be added
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/RadDateTimePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ Gets or sets the value, indicating whether to render links to the embedded skins
#### Remarks
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableRippleEffect `Boolean`

Returns true if ripple effect should be added
Expand Down
5 changes: 5 additions & 0 deletions api/server/Telerik.Web.UI/RadGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,11 @@ If this property is not set, the control will render using the skin named "Defau

Gets or sets the skin to apply to the control.

### SortHeaderContextMenuColumns `GridHeaderContextMenu`

Gets or sets a value indicating whether the Columns in the
will be sorted by default.

### SortingSettings `GridSortingSettings`

Gets a reference to the object that
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/RadMonthYearPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
#### Remarks
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableRippleEffect `Boolean`

Returns true if ripple effect should be added
Expand Down
12 changes: 12 additions & 0 deletions api/server/Telerik.Web.UI/RadTimePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@ Gets or sets the value, indicating whether to render links to the embedded skins
#### Remarks
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableRippleEffect `Boolean`

Returns true if ripple effect should be added
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/RadTimeView.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
#### Remarks
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.

### EnableKeyboardNavigation `Boolean`

Gets or sets the enable client side navigation with keyboard.

### EnableRippleEffect `Boolean`

Returns true if ripple effect should be added
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/SpreadsheetStrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ Gets or sets the text of the context menu hide row command.

Gets or sets the text of the context menu paste command.

### ContextMenuUnhideRow `String`

Gets or sets the text of the context menu unhide row command.

### ContextMenuUnideColumn `String`

Gets or sets the text of the context menu unhide column command.

### CustomFormatCancel `String`

Gets or sets the custom format cancel text.
Expand Down

0 comments on commit 0a9f315

Please sign in to comment.