Back to Devexpress

MultiEditorRowProperties Members

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-multieditorrowproperties-dot-underscore-members.md

latest17.4 KB
Original Source

MultiEditorRowProperties Members

Contains row item settings for a multi-editor row.

Constructors

NameDescription
MultiEditorRowProperties()Cteates a new MultiEditorRowProperties object with default settings.
MultiEditorRowProperties(String)Creates a new MultiEditorRowProperties object and binds it to the specified data field.

Fields

NameDescription
MinWidthSpecifies the minimum row item width. By default, it is set to 5 pixels.

Properties

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from RowProperties.
AccessibleNameGets or sets the object’s name used by accessibility client applications. Inherited from RowProperties.
AccessibleRoleGets or sets the object’s accessible role. Inherited from RowProperties.
AllowEditGets or sets whether end-users are allowed to invoke cell editors for the current row. Inherited from RowProperties.
AllowSortOnClickGets or sets whether users can click the row header to sort data. Inherited from RowProperties.
AnnotationAttributesThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RowProperties.
BaseNameFor internal use. Inherited from RowProperties.
BindableGets a value indicating whether the corresponding row can display data from a data source field. Inherited from RowProperties.
CaptionGets or sets the row caption. Inherited from RowProperties.
CellWidthGets or sets the width of the current data cell relative to other data cells in the multi-editor row.
CustomizationCaptionGets or sets the row’s caption when its header is displayed within the Customization Form. Inherited from RowProperties.
DisplayFormatInherited from RowProperties.
DrawEditorBorderGets or sets whether to draw borders around row items. Inherited from RowProperties.
FieldNameGets or sets the name of the data source field to bind to a row item. Inherited from RowProperties.
FilterInfoGets or sets an object specifying the filter applied to the current row. Inherited from RowProperties.
FilterModeGets or sets whether display or edit values of this row are used to filter the control’s data. Inherited from RowProperties.
FormatUse the RowProperties.DisplayFormat property to specify formatting applied to row values. Inherited from RowProperties.
ImageIndexUse the ImageIndex option accessible in RowProperties.ImageOptions to specify the index of the image displayed within a row item header. Inherited from RowProperties.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this row item’s header. Inherited from RowProperties.
ImagesGets the source of the images displayed within row headers. Inherited from RowProperties.
IsLoadingGets whether the object is being initialized. Inherited from RowProperties.
IsSourceReadOnlyGets whether the data field corresponding to the current editor row is read only in the data source. Inherited from RowProperties.
NameGets or sets the row name.
OptionsFilterProvides access to filter options specific to the current row. Inherited from RowProperties.
PaddingGets or sets padding for row items. Inherited from RowProperties.
ReadOnlyGets or sets whether the current editor row is read only. Inherited from RowProperties.
RowGets an object representing the row to which a row belongs. Inherited from RowProperties.
RowEditGets or sets the repository item that specifies the editor used to edit a row item cell values. Inherited from RowProperties.
RowEditNameGets or sets the name of the row item’s editor. Inherited from RowProperties.
RowHandleGets the position of the associated field within a data source. Inherited from RowProperties.
RowTypeGets the type of data represented by a row item. Inherited from RowProperties.
SearchTagsGets or sets a comma-separated list of tags by which the find panel can find this row. Inherited from RowProperties.
ShowCaptionGets or sets whether to show the row caption. Inherited from RowProperties.
ShowUnboundExpressionMenuGets or sets whether an end-user can open an Expression Editor for the current unbound row, using a context menu. Inherited from RowProperties.
SortIndexGets or sets the row’s index in the collection of rows by which data in the control is sorted. Inherited from RowProperties.
SortOrderGets or sets whether the row data is sorted in ascending or descending order. Inherited from RowProperties.
ToolTipGets or sets a custom tooltip for the current row header. Inherited from RowProperties.
UnboundDataTypeAllows you to make the row unbound, and specify the type of data it stores. Inherited from RowProperties.
UnboundDataTypeNameFor internal use. Inherited from RowProperties.
UnboundExpressionGets or sets an expression used to evaluate values for the current unbound row. Inherited from RowProperties.
UnboundTypeSpecifies whether this row is unbound, and if so, the type of data it stores. Inherited from RowProperties.
ValueGets or sets the value of a row item’s data cell when the grid is in Unbound Mode. Inherited from RowProperties.
WidthGets or sets the width of a row item.

Methods

NameDescription
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) 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.
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.
GetTextCaption()Gets the row caption display text. Inherited from RowProperties.
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.
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

MultiEditorRowProperties Class

DevExpress.XtraVerticalGrid.Rows Namespace