RowProperties Methods
Represents settings common to all row items.| Name | Description |
|---|---|
| AssignTo(RowProperties) | Copies the current row‘s settings to the specified row item. |
| CanDrawEditorBorder() | Returns whether to draw borders around row items. |
| Equals(Object, Object) static | Determines 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. |
| GetActualImage(Func<ISvgPaletteProvider>) | Returns the actual image displayed in the row item’s header. |
| GetActualImageWidth() | Returns the actual width of the image displayed in the row item’s header. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetTextCaption() | Gets the row caption display text. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResetPadding() | Sets the RowProperties.Padding property to Padding.Empty. |
| ShouldSerializePadding() | Returns whether the RowProperties.Padding property should be serialized. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| XtraShouldSerializeValue() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
See Also