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

CategoryRowProperties Members

Contains row item settings for a category row.

Constructors

Name Description
CategoryRowProperties() Creates a new CategoryRowProperties object.
CategoryRowProperties(String) Creates a new CategoryRowProperties object with the specified caption.

Properties

Name Description
AllowEdit Gets or sets whether end-users are allowed to invoke cell editors for the current row. Inherited from RowProperties.
AnnotationAttributes This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RowProperties.
BaseName For internal use. Inherited from RowProperties.
Bindable Gets a value indicating whether the corresponding row can display data from a data source field.
Caption Gets or sets the caption for a row item. Inherited from RowProperties.
CustomizationCaption Gets or sets the row’s caption when its header is displayed within the Customization Form. Inherited from RowProperties.
DrawEditorBorder Gets or sets whether to draw borders around row items. Inherited from RowProperties.
FieldName Overrides the inherited RowProperties.FieldName property to return an empty string and prohibit property value modifications.
FilterInfo Gets or sets an object specifying the filter applied to the current row. Inherited from RowProperties.
FilterMode Gets or sets whether display or edit values of this row used to filter the control’s data. Inherited from RowProperties.
Format Gets the object that specifies the formatting applied to row values. Inherited from RowProperties.
ImageIndex Gets or sets the index of the image displayed within a row item header. Inherited from RowProperties.
ImageOptions Provides access to settings that allow you to set up raster and vector icons for this row item’s header. Inherited from RowProperties.
Images Gets the source of the images displayed within row headers. Inherited from RowProperties.
IsLoading Gets whether the object is being initialized. Inherited from RowProperties.
IsSourceReadOnly Gets whether the data field corresponding to the current editor row is read only in the data source. Inherited from RowProperties.
OptionsFilter This property is not relevant for this class.
Padding Gets or sets padding for row items. Inherited from RowProperties.
ReadOnly This member supports the internal infrastructure, and is not intended to be used directly from your code.
Row Gets an object representing the row to which a row belongs. Inherited from RowProperties.
RowEdit Gets or sets the repository item specifying the editor used to edit a row’s cell values.
RowEditName Gets or sets the name of the row’s editor.
RowHandle Gets the position of the associated field within a data source.
RowType Gets the type of data represented by a row item. Inherited from RowProperties.
SearchTags Gets or sets a comma-separated list of tags by which the find panel can find this row. Inherited from RowProperties.
ShowUnboundExpressionMenu Gets or sets whether an end-user can open an Expression Editor for the current unbound row, using a context menu. Inherited from RowProperties.
ToolTip Gets or sets a custom tooltip for the current row header. Inherited from RowProperties.
UnboundExpression Gets or sets an expression used to evaluate values for the current unbound row. Inherited from RowProperties.
UnboundType Gets or sets the data type and binding mode of the row. Inherited from RowProperties.
Value Gets or sets the value of a row item’s data cell when the grid is in Unbound Mode. Inherited from RowProperties.

Methods

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