Skip to content

Commit

Permalink
docs(common): update server API reference for R3 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Bratanov committed Sep 14, 2017
1 parent 915ca9f commit 24b27e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/server/Telerik.Web.UI/AsyncUploadHandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This Class implements the inbuilt default AsyncUploadHandler
## Inheritance Hierarchy

* System.Object
* Telerik.Web.UI.Common.PreventableHandler
* Telerik.Web.UI.AsyncUploadHandler : IHttpHandler, IRequiresSessionState

## Properties
Expand Down
1 change: 1 addition & 0 deletions api/server/Telerik.Web.UI/CaptchaAudioHandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Captcha audio stream HttpModule. "Speaks" the Captcha code,
## Inheritance Hierarchy

* System.Object
* Telerik.Web.UI.Common.PreventableHandler
* Telerik.Web.UI.CaptchaAudioHandler : IHttpHandler

## Properties
Expand Down
4 changes: 2 additions & 2 deletions api/server/Telerik.Web.UI/RadFilterGroupExpressionItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Telerik.Web.UI.RadFilterGroupExpressionItem

# Telerik.Web.UI.RadFilterGroupExpressionItem

Represents the UI component rendered by Telerik.Web.UI.RadFilter to represent
Represents the UI component rendered by Telerik.Web.UI.RadFilter to represent
a group of filter expressions..

## Inheritance Hierarchy
Expand Down Expand Up @@ -42,7 +42,7 @@ Gets the RadFilterGroupExpression that the current item represents.

### ExpressionContainer `RadFilterGroupExpression`

Gets a reference to the UI component that holds the filter expression items in the
Gets a reference to the UI component that holds the filter expression items in the
rendered RadFilter..

### FunctionalInterfaceContainer `Panel`
Expand Down
2 changes: 1 addition & 1 deletion api/server/Telerik.Web.UI/RadFilterSingleExpressionItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Telerik.Web.UI.RadFilterSingleExpressionItem

# Telerik.Web.UI.RadFilterSingleExpressionItem

Represents the UI component rendered by Telerik.Web.UI.RadFilter to to represent
Represents the UI component rendered by Telerik.Web.UI.RadFilter to to represent
a filter expression having a single value.

## Inheritance Hierarchy
Expand Down
2 changes: 1 addition & 1 deletion api/server/Telerik.Web.UI/RadGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ Gets or sets the name of the Skin that Telerik RadGrid will use.

#### Remarks
There are three possible scenarios for using this property:Leave this property unset or set it to "Default" - the default skin,
common for the Telerik® UI for ASP.NET Ajax suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false"
common for the Telerik UI for ASP.NET AJAX suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false"
(see 'Creating a custom skin' Fundamentals article)Set this property to "" - no skin will be applied.
Only the default grid images (for Expand/Collapse, Sort, Edit, etc) will be
used. Use this option if you have own appearance customizations for prevous
Expand Down

0 comments on commit 24b27e6

Please sign in to comment.