# GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_Item_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_Item_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.Item*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_Item_GrapeCity_ActiveReports_Extensibility_Layout_Features_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.Item(GrapeCity.ActiveReports.Extensibility.Layout.Features)">this[Features]</h4>
<div class="markdown level1 summary"><p>Indexer that returns <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.DeviceCapabilities.html">DeviceCapabilities</a> for the specified feature set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">DeviceCapabilities this[Features feature] { get; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.Features.html">Features</a></td>
      <td><span class="parametername">feature</span></td>
      <td><p>Feature to fetch device capabilities for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.DeviceCapabilities.html">DeviceCapabilities</a></td>
      <td><p><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.DeviceCapabilities.html">DeviceCapabilities</a> for this feature.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
