Description


Property to access the properties of the specified column.


The class has the following properties


 Property

 Type

 Description

 Alignment

 TAlignment

 Sets the alignment of the column content. Available values: taCenter, taRightJustify, taLeftJustify

 Enabled

 Boolean

 Determines the availability of the column to the user.

 Footer

 TColumnFooter

 The property is responsible for the footer of the component. More info.

 Header

 TColumnHeader

 The property is responsible for the headers of the component. More info.

 Options

 TColumnOptions

 Additional settings for the column. More info.

 SlideAnchors

 TAnchors

 Makes sense when the GridStyles component property = gsSlides. Example.

 SlideBounds

 TNxSlideBounds

 Makes sense when the GridStyles component property = gsSlides. Example.

 SlideCaption

 String

 Makes sense when the GridStyles component property = gsSlides. Example.

 SlideCaptionLocation

 TSlideCatpionLocation

 Makes sense when the GridStyles component property = gsSlides. Example.

 Sorted

 Boolean

 Sorts the column.

 SortKind

 TSortKind

 Specifies whether the column is sorted in ascending or descending order. Values: skAscending, skDescending

 SortType

 TSortType

 Defines the sort type for the column. Values: stAlphabetic, stBoolean, stNumeric, stDate, stIP

 Tag

 Integer

 Allows you to assign a number to the column for your own needs.

 TagString

 String

 Allows you to assign a string to a column for your own needs.

 VerticalAlignment

 TVerticalAlignment

 Sets the vertical alignment of the column content. Available values: vaTop, vaMiddle, vaBottom

 Visible

 Boolean

 Determines the visibility of the column in the component.

 Width

 Integer

 Sets the width of the column in the component.

 WrapKind

 TWrapKind

 Sets the behavior of text that does not fit in the cell for a given column. Values: wkNone, wkEllipsis, wkPathEllipsis, wkWordWrap