नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines a horizontally scrolling strip that contains one or more controls.
<Strip />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
Parent elements
Occurrences
- Minimum: 0
- Maximum: unbounded
Example
The following example defines a strip with three controls for paging forward and backward.
<Row>
<Strip>
<ControlRef TemplateAlias="previousPage" DisplayMode="Small" />
<ControlRef TemplateAlias="currentPage" DisplayMode="Medium" />
<ControlRef TemplateAlias="nextPage" DisplayMode="Small" />
</Strip>
</Row>