ClassTableRowHeightBase<TEnum>
Base type for describing row height with a typed mode (TEnum) and a DIP value for layout.
Definition
Namespace:Telerik.Windows.Documents.Model.Tables
Assembly:Telerik.Windows.Documents.Core.dll
Type Parameters:
TEnum
The enum type that defines specific height-related options for the table row. Must be a type derived from Enum.
Syntax:
public abstract class TableRowHeightBase<TEnum> : IEquatable<TableRowHeightBase<TEnum>> where TEnum : Enum
Inheritance: objectTableRowHeightBase<TEnum>
Derived Classes:
Implements:
Properties
Methods
Equals(TableRowHeightBase<TEnum>)
Determine whether the specified row-height descriptor equals this instance.
Declaration
public bool Equals(TableRowHeightBase<TEnum> other)
Parameters
other
TableRowHeightBase<TEnum>
The row-height descriptor to compare with the current instance.
Returns
Returns true if the specified row-height descriptor is equal to the current instance; otherwise, false.
Implements
Equals(object)
Determine whether the specified object equals this row-height descriptor.
Operators
operator !=(TableRowHeightBase<TEnum>, TableRowHeightBase<TEnum>)
Compare two row-height descriptors for inequality.
Declaration
public static bool operator !=(TableRowHeightBase<TEnum> a, TableRowHeightBase<TEnum> b)
Parameters
a
TableRowHeightBase<TEnum>
b
TableRowHeightBase<TEnum>
Returns
True if the table row heights are different.
operator ==(TableRowHeightBase<TEnum>, TableRowHeightBase<TEnum>)
Compare two row-height descriptors for equality of type and value.
Declaration
public static bool operator ==(TableRowHeightBase<TEnum> a, TableRowHeightBase<TEnum> b)
Parameters
a
TableRowHeightBase<TEnum>
b
TableRowHeightBase<TEnum>
Returns
True if the table row heights are equal.