UIControlColumnHeader Class

The UIControl that draws the column header above cells.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class UIControlColumnHeader : UIControl
Inheritance
Object    UIControl    UIControlColumnHeader

Properties

BackgroundColors Gets the BackgroundColors. Setter is ignored.
(Inherited from UIControl)
ColumnResize Gets a ColumnResizeSettings object which contains settings for column resize functionality.
DisposeFont Gets or sets a value indicating whether the UIControlColumnHeader should dispose the Font property.
Enabled Enables or disables handling of mouse clicks.
ForeColor Gets or sets the ForeColor.
GridLineColor Gets or sets the gridline's color.
HeaderFont Gets or sets the Font for HeaderText.
HeaderWrapMode Gets or sets the header text wrapping mode.
Height Gets or sets the height of this column header.
SelectedBackgroundColors Gets the selected row header's background colors. Setter is ignored.
SelectedBorderColor Obsolete. Please use the HeaderSelectedBorderColor property to set individual selected border color for each column header.
SortIndexColor Gets or sets the color of sort index which is displayed in column header if sorting is performed by multiple columns.
SortTriangleColor Gets or sets the color of triangle which appears in the column header if the user clicks it if sorting is enabled.
Visible Gets or sets the visibility of the UIControl.
(Inherited from UIControl)

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)
ResetColumnResize Sets the ColumnResize to the default value.
ResetEnabled Sets the Enabled to the default value.
ResetForeColor Sets the ForeColor to the default value.
ResetGridLineColor Sets the GridLineColor to the default value.
ResetHeaderFont Sets the Font to the default value.
ResetHeaderWrapMode Sets the HeaderWrapMode to the default value.
ResetHeight Sets the Height to the default value.
ResetSelectedBackgroundColors Resets SelectedBackgroundColors to its default value.
ResetSelectedBorderColor Sets the SelectedBorderColor to the default value.
ResetSortIndexColor Sets the SortIndexColor to the default value.
ResetSortTriangleColor Sets the SortTriangleColor to the default value.
ResetVisible Sets the Visible to the default value.
(Inherited from UIControl)
ShouldSerializeBackgroundColors Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
(Overrides UIControlShouldSerializeBackgroundColors)
ShouldSerializeEnabled Indicates whether the Enabled 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.
ShouldSerializeHeaderFont Indicates whether the Font property should be serialized by Visual Studio designer.
ShouldSerializeHeaderWrapMode Indicates whether the HeaderWrapMode property should be serialized by Visual Studio designer.
ShouldSerializeHeight Indicates whether the Height 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.
ShouldSerializeSortIndexColor Indicates whether the SortIndexColor property should be serialized by Visual Studio designer.
ShouldSerializeSortTriangleColor Indicates whether the SortTriangleColor property should be serialized by Visual Studio designer.
ShouldSerializeVisible Indicates whether the Visible property should be serialized by Visual Studio designer.
(Inherited from UIControl)
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