UIControlRowHeader Class

The UIControl that draws the row header on the left side of the DataGrid control.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class UIControlRowHeader : UIControl
Inheritance
Object    UIControl    UIControlRowHeader

Constructors

UIControlRowHeader Creates an instance of UIControlRowHeader.

Properties

BackgroundColors Gets the BackgroundColors. Setter is ignored.
(Inherited from UIControl)
CustomLabels Gets or sets an array of custom labels for row header.
DisposeFont Gets or sets a value indicating whether the UIControlRowHeader should dispose the Font property.
Font Gets or sets the Font.
ForeColor Gets or sets the ForeColor.
GridLineColor Gets or sets the gridline's color.
SelectedBackgroundColors Gets or the selected row header's background colors. Setter is ignored.
SelectedBorderColor Gets or sets the selected row header's border color.
ShowRowIndex Gets or sets a value indicating if row indices should be drawn in the row headers.
Visible Gets or sets the visibility of the UIControl.
(Inherited from UIControl)
Width Gets or sets the width of row header.

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from UIControl)
Dispose(Boolean) Disposes resources used by this class.
(Overrides UIControlDispose(Boolean))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructs this object by calling its Dispose(Boolean) method.
(Inherited from UIControl)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires PropertyChanged event.
(Inherited from UIControl)
ResetBackgroundColors Resets BackgroundColors to its default value.
(Overrides UIControlResetBackgroundColors)
ResetCustomLabels Sets the CustomLabels to the default value.
ResetFont Sets the Font to the default value.
ResetForeColor Sets the ForeColor to the default value.
ResetGridLineColor Sets the GridLineColor to the default value.
ResetSelectedBackgroundColors Sets the SelectedBackgroundColors to the default value.
ResetSelectedBorderColor Sets the SelectedBorderColor to the default value.
ResetShowRowIndex Sets the ShowRowIndex to the default value.
ResetVisible Sets the Visible to the default value.
(Inherited from UIControl)
ResetWidth Sets the Width to the default value.
ShouldSerializeBackgroundColors Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
(Overrides UIControlShouldSerializeBackgroundColors)
ShouldSerializeCustomLabels Indicates whether the CustomLabels property should be serialized by Visual Studio designer.
ShouldSerializeFont Indicates whether the Font property should be serialized by Visual Studio designer.
ShouldSerializeForeColor Indicates whether the ForeColor property should be serialized by Visual Studio designer.
ShouldSerializeGridLineColor Indicates whether the GridLineColor property should be serialized by Visual Studio designer.
ShouldSerializeSelectedBackgroundColors Indicates whether the SelectedBackgroundColors property should be serialized by Visual Studio designer.
ShouldSerializeSelectedBorderColor Indicates whether the SelectedBorderColor property should be serialized by Visual Studio designer.
ShouldSerializeShowRowIndex Indicates whether the ShowRowIndex property should be serialized by Visual Studio designer.
ShouldSerializeVisible Indicates whether the Visible property should be serialized by Visual Studio designer.
(Inherited from UIControl)
ShouldSerializeWidth Indicates whether the Width property should be serialized by Visual Studio designer.
ToString Returns a System.String that represents the current System.Object.
(Overrides ObjectToString)

Events

PropertyChanged Occurs when a property value changes.
(Inherited from UIControl)

See Also