Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

StaticColumn Class

Represents a column that displays static text.

For a list of all members of this type, see StaticColumn Members.

System.Object
   EO.Web.GridColumn
      EO.Web.StaticColumn

[Visual Basic]
Public Class StaticColumn
    Inherits GridColumn
[C#]
public class StaticColumn : GridColumn

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

StaticColumn is usually used to display data from the data source without offering any editing support. It can also be used to display a fixed static text by setting its Text property.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

StaticColumn Members | EO.Web Namespace


Direct link to this topic