| Name | Description |
| About | Gets the read-only string that contains version information about the Spread component. |
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| ActiveSheetView | Gets the currently selected sheet for the Spread component. |
| ActiveSheetViewIndex | Gets or sets the currently selected sheet in the Spread component. |
| AllowClientUnlock | Gets or sets whether the user can unlock a cell from the client side. |
| AllowHeaderResize | Gets or sets whether to allow the user to resize the headers. |
| AllowLoadOnDemand | Gets or sets whether to allow incremental loads to the client on demand when the user is scrolling. |
| AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. (Inherited from System.Web.UI.Control) |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from System.Web.UI.WebControls.WebControl) |
| BackColor | Overridden. Gets the background color of the active sheet in the Spread component. To change the background color, please use the BackColor property of the SheetView class. |
| BorderColor | Gets or sets the border color of the Web control. (Inherited from System.Web.UI.WebControls.WebControl) |
| BorderStyle | Gets or sets the border style of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| BorderWidth | Gets or sets the border width of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| Cells | Gets the cells in the client area of the active sheet in the Spread component. |
| ClientAutoCalculation | Gets or sets whether to perform automatic re-calculation on the client-side data in support of AJAX applications. |
| ClientAutoSize | Gets or sets whether to resize the spread automatically. |
| ClientAutoSizeMaxHeight | Gets or sets the maximum height of Spread when the ClientAutoSize property is True. |
| ClientAutoSizeMaxWidth | Gets or sets the maximum width of Spread when the ClientAutoSize property is True. |
| ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from System.Web.UI.Control) |
| ClientIDMode | Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control) |
| ColumnFooter | Gets the column footers in the Spread component. |
| ColumnHeader | Gets the column headers in the Spread component. |
| Columns | Gets the columns in the client area of the active sheet in the Spread component. |
| CommandBar | Gets the command bar information for the component. |
| CommandBarOnBottom | Gets or sets whether to display the command bar at the bottom of the Spread component. |
| ContextMenus | Gets the context menus. |
| Controls | Overridden. Gets the controls. |
| ControlStyle | Gets the style of the Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
| ControlStyleCreated | Gets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
| CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (Inherited from System.Web.UI.WebControls.WebControl) |
| CurrentPage | Gets or sets the current page. |
| DataMember | Gets or sets the name of the data member that populates the active sheet for the Spread component. |
| DataSource | Gets or sets the name of the data source that populates the active sheet for the Spread component. |
| DataSourceID | Gets or sets the unique identifier of the data source for the Spread component. |
| DeleteMethod | Gets or sets the name of the method to call to delete data. |
| DocumentMode | Indicates which mode is used to render content properly. |
| DragColumnCssClass | Gets or sets the CSS class for the column being dragged during grouping. |
| EditModePermanent | Gets or sets whether edit mode remains on for any cell in the component when that cell becomes active. |
| EditModeReplace | Gets or sets whether the existing text in a cell is selected when the cell enters edit mode. |
| EnableAjaxCall | Gets or sets whether to enable an AJAX call for certain actions. |
| EnableClientScript | Gets or sets whether the Spread component can use client-side JavaScript for up-level browsers. |
| EnableContextMenu | Gets or sets a value that indicates whether to enable the context menu. |
| EnableCrossSheetReference | Gets or sets whether to enable cross-sheet referencing for the Spread component. |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableTheming | Gets or sets a value indicating whether themes apply to this control. (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from System.Web.UI.Control) |
| EncodeValue | Gets or sets whether the Spread component encodes the values from the data model and the user's input using the HtmlEncode method. |
| ExpandIconOnRight | Gets or sets the position of the expand and collapse image in the Spread component. |
| FocusRectangleBorderColor | Gets or sets the color of the border for the focus rectangle. |
| FocusRectangleBorderStyle | Gets or sets the style of the border for the focus rectangle. |
| FpSpreadAdapter | Call DynamicDataManager's RegisterControl method against this property to register spread with the DynamicDataManager. |
| GroupColumnHeaderCssClass | Gets or sets the CSS class for the column headers on the group bar. |
| GroupingPolicy | Gets or sets grouping policy to collapse or expand rows when grouping occurs. |
| HasAttributes | Gets a value indicating whether the control has attributes set. (Inherited from System.Web.UI.WebControls.WebControl) |
| HeaderIndicatorPositionAdjusting | Gets or sets the distance between the sorting and filtering indicators and the right edge of the column. |
| Height | Gets or sets the height of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| HierarchicalView | Gets or sets whether to display the child sheets in the Spread component hierarchically. |
| HierBar | Gets the hierarchy bar information for the component. |
| HorizontalScrollBarPolicy | Gets or sets whether and how the Spread component displays the horizontal scroll bar. |
| ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from System.Web.UI.Control) |
| InsertMethod | Gets or sets the name of the method to call to insert data. |
| IsPrint | Determines whether the FarPoint component creates the print output. |
| ItemType | Gets or sets the name of the data item type for strongly typed data binding. |
| LoadInitRowCount | Gets or sets the number of rows to load initially to the client. |
| LoadRowIncrement | Gets or sets the number of rows to include in incremental loads on demand. |
| NamedStyles | Gets a collection of styles for the Spread component. |
| NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. (Inherited from System.Web.UI.Control) |
| Page | Gets a reference to the System.Web.UI.Page instance that contains the server control. (Inherited from System.Web.UI.Control) |
| Pager | Gets the page navigation information for the component. |
| Parallel | Gets or sets a value that indicates whether Spread supports multi-threading. |
| Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control) |
| ProcessTab | Gets or sets whether to process the Tab key as a way of advancing to the next active cell in the Spread component. |
| RenderCSSClass | Gets or sets whether the Spread component should render the styles by using CSS styles or by using in-line style attributes. |
| RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from System.Web.UI.Control) |
| ResetIfNoFilteredRow | Gets or sets a value that indicates whether the filtered row list will be reset if there is no filtered row. Set this property to False to be compatible with version 6 or earlier. |
| RetainSelectionBlock | Gets or sets whether the selected range of cells remains highlighted when the component loses the focus. |
| RowEditTemplate | Gets the row edit template. |
| RowHeader | Gets the row headers in the Spread component. |
| Rows | Gets the rows in the client area of the active sheet in the Spread component. |
| SaveViewStateToSession | When this property is true, the spread will save its view state to the Session object. And, the SaveOrLoadSheetState event will not be fired. If you do not want to save the spread view state to the Session object, you should set this property to false. The default value is true. |
| ScrollBar3DLightColor | Gets or sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar in the Spread component. |
| ScrollBarArrowColor | Gets or sets the color for the arrows (when active) in the scroll bars in the Spread component. |
| ScrollBarBaseColor | Gets or sets the base color of the scroll boxes, scroll tracks, and scroll arrows in the Spread component. |
| ScrollBarDarkShadowColor | Gets or sets the color of the gutter of the scroll bars in the Spread component. |
| ScrollBarFaceColor | Gets or sets the color of the scroll box and scroll arrows in the Spread component. |
| ScrollBarHighlightColor | Gets or sets the color of the top and left edges of the scroll box and scroll arrows of the scroll bars in the Spread component. |
| ScrollBarShadowColor | Gets or sets the color of the bottom and right edges of the scroll box and scroll arrows of the scroll bars in the Spread component. |
| ScrollBarTrackColor | Gets or sets the color of the track element of the scroll bars in the Spread component. |
| SelectionBlockOptions | Gets or sets which types of selections the user can make in the view. |
| SelectMethod | Gets or sets the name of the method to call to read data. |
| SheetCorner | Gets the sheet corner in the Spread component. |
| Sheets | Gets a collection of sheets for the Spread component. |
| ShowFocusRectangle | Gets or sets whether to display the focus rectangle. |
| ShowHeaderSelection | Gets or sets whether to highlight the header cells when the cells in the row or column are selected. |
| Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control) |
| SkinID | Gets or sets the skin to apply to the control. (Inherited from System.Web.UI.WebControls.WebControl) |
| Style | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| SupportsDisabledAttribute | Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's System.Web.UI.WebControls.WebControl.IsEnabled property is false. (Inherited from System.Web.UI.WebControls.WebControl) |
| Tab | Gets the sheet tab name information for the component. |
| TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control) |
| TemplateSourceDirectory | Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. (Inherited from System.Web.UI.Control) |
| TitleInfo | Gets the title information. |
| ToolTip | Gets or sets the text displayed when the mouse pointer hovers over the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
| TouchInfo | Gets a TouchInfo object that determines touch behavior for Spread. |
| TouchStrips | The TouchStrip collection of Spread. |
| UIVirtualization | Gets or sets whether to use UI virtualization. |
| UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control) |
| UpdateMethod | Gets or sets the name of the method to call to update data. |
| UseClipboard | Gets or sets whether to access the Clipboard with client-side scripting. |
| ValidateRequestMode | Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values. (Inherited from System.Web.UI.Control) |
| VerticalScrollBarPolicy | Gets or sets whether and how the Spread component displays the vertical scroll bar. |
| ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from System.Web.UI.Control) |
| Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from System.Web.UI.Control) |
| WaitMessage | Gets or sets the Wait Message for load on demand. |
| Width | Gets or sets the width of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |