Click or drag to resize

StiGridColumn Class

Describes a grid column.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DialogsStiGridColumn

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiGridColumnConverter))]
public class StiGridColumn : ICloneable, 
	IStiJsonReportObject

The StiGridColumn type exposes the following members.

Constructors
  NameDescription
Public methodStiGridColumn
Creates a new object of the type StiGridColumn.
Public methodStiGridColumn(String, Boolean, Int32, HorizontalAlignment, String, String)
Creates a new object of the type StiGridColumn.
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets horizontal alignment of column content.
Public propertyDataTextField
Gets or sets name of data column to be shown.
Public propertyGridColumnCollection
Public propertyHeaderText
Gets or sets header text of column.
Public propertyNullText
Gets or sets text which will be shown instead null values.
Public propertyVisible
Gets or sets visiblity of column.
Public propertyWidth
Gets or sets width of column.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Top
See Also