Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the grid element. |
![]() | ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. |
![]() | Font | Gets or sets the font of the grid element. |
![]() | ForeColor | Gets or sets the foreground color of the grid element. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. |
![]() | IsBackColorDefined | Gets a boolean value indicating if the BackColor property has been explicitly set. |
![]() | IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. |
![]() | IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. |
![]() | IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. |
![]() | IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. |
![]() | IsOverrideUIStyleDefined | Gets a boolean value indicating whether the OverrideUIStyle property has been explicitly set. |
![]() | IsTrimmingDefined | Gets a boolean value indicating if the Trimming property has been explicitly set. |
![]() | IsVerticalAlignmentDefined | Gets a boolean value indicating if the VerticalAlignment property has been explicitly set. |
![]() | IsWordWrapDefined | Gets a boolean value indicating if the WordWrap property has been explicitly set. |
![]() | OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. |
![]() | Trimming | Gets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. |
![]() | VerticalAlignment | Gets or sets the vertical alignment of the grid element's content when it is printed in a report. |
![]() | WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. |