Name | Description | |
---|---|---|
![]() | Alignment | Gets the alignment of the element's content. |
![]() | AmbientParent | Gets the ambient parent of the grid element. |
![]() | 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. |
![]() | GridControl | Gets the GridControl in which all the grid elements are contained. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. |
![]() | IsBackColorAmbient | Gets a boolean value indicating if the BackColor property gets its value from its parent. |
![]() | IsClipPartialLineAmbient | Gets a boolean value indicating if the ClipPartialLine property gets its value from its parent. |
![]() | IsFontAmbient | Gets a boolean value indicating if the Font property gets its value from its parent. |
![]() | IsForeColorAmbient | Gets a boolean value indicating if the ForeColor property gets its value from its parent. |
![]() | IsHorizontalAlignmentAmbient | Gets a boolean value indicating if the HorizontalAlignment property gets its value from its parent. |
![]() | IsOverrideUIStyleAmbient | Gets a boolean value indicating if the OverrideUIStyle property gets its value from its parent. |
![]() | IsOverrideUIStyleDefined | Gets a boolean value indicating whether the OverrideUIStyle property has been explicitly set. |
![]() | IsReadOnlyAmbient | Gets a boolean value indicating if the ReadOnly property gets its value from its parent. |
![]() | IsReportStyleDefined | Gets a boolean value indicating if one or more properties of the ReportStyle have been explicitly set. |
![]() | IsTrimmingAmbient | Gets a boolean value indicating if the Trimming property gets its value from its parent. |
![]() | IsVerticalAlignmentAmbient | Gets a boolean value indicating if the VerticalAlignment property gets its value from its parent. |
![]() | IsWordWrapAmbient | Gets a boolean value indicating if the WordWrap property gets its value from its parent. |
![]() | OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. |
![]() | ParentGrid | Gets the parent grid of the grid element. |
![]() | ReadOnly | Gets or sets a boolean value indicating if the content of cell(s) can be edited. |
![]() | ReportStyle | Gets the report style of the grid element. |
![]() | Tag | Gets or sets the object that contains data about the grid element. |
![]() | 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. |
![]() | Visible | Gets or sets a boolean value indicating if the GridElement is visible. |
![]() | WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. |