Skip to main content
A newer version of this page is available. .

MultiEditorRowProperties Methods

Contains row item settings for a multi-editor row.
Name Description
AssignTo(RowProperties) Copies the current row‘s settings to the specified row item. Inherited from RowProperties.
CanDrawEditorBorder() Returns whether to draw borders around row items. Inherited from RowProperties.
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. Inherited from RowProperties.
GetActualImageWidth() Returns the actual width of the image displayed in the row item’s header. Inherited from RowProperties.
GetHashCode() Serves as the default hash function. Inherited from Object.
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. Inherited from RowProperties.
ShouldSerializePadding() Returns whether the RowProperties.Padding property should be serialized. Inherited from RowProperties.
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. Inherited from RowProperties.
See Also