Back to Devexpress

TableCell Members

blazor-devexpress-dot-blazor-dot-richedit-dot-tablecell-dot-underscore-members.md

latest4.1 KB
Original Source

TableCell Members

A table cell.

Properties

NameDescription
BackgroundColorReturns the cell’s background color.
BordersReturns the cell’s border settings.
CharacterPropertiesReturns formatting settings of characters in the cell.
ContentHorizontalAlignmentReturns the horizontal alignment of content displayed in the cell.
ContentVerticalAlignmentReturns the vertical alignment of content in the cell.
IndexGets the cell index in a row’s cell collection.
IntervalGets the text buffer interval that contains the element. Inherited from DocumentElementBase.
MarginsReturns the cell’s margin settings.
ParentRowReturns the row that contains the current cell.
WidthReturns the cell’s width settings.

Methods

NameDescription
ChangePropertiesAsync(Action<TableCellProperties>, CancellationToken)Sets cell properties.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SplitAsync(Int32, Int32, CancellationToken)Splits the cell into multiple smaller cells.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TableCell Class

DevExpress.Blazor.RichEdit Namespace