[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IInputFieldWithTabIndex

IInputFieldWithTabIndex Interface

Represents an input field with a tab index in a report.

Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IInputFieldWithTabIndex : IInputField, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
TabIndex

Gets the tab index of the input field.

Extension Methods