UIControlHeader Class

The UIControl that draws the header at the top part of the DataGrid control.

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 UIControlHeader : UIControlFooter
Inheritance
Object    UIControl    UIControlFooter    UIControlHeader

Constructors

UIControlHeader Creates an instance of UIControlHeader.

Properties

Alignment Gets or sets the Alignment.
(Overrides UIControlFooterAlignment)
BackgroundColors Gets the BackgroundColors. Setter is ignored.
(Inherited from UIControl)
Font Gets or sets the Font.
(Inherited from UIControlFooter)
ForeColor Gets or sets the ForeColor.
(Inherited from UIControlFooter)
Height Gets or sets the height of Header/Footer.
(Inherited from UIControlFooter)
Margins Gets or sets the Margins.
(Inherited from UIControlFooter)
Text Gets or sets the Text.
(Overrides UIControlFooterText)
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 this class.
(Inherited from UIControlFooter)
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)
ResetAlignment Sets the Alignment to the default value.
(Overrides UIControlFooterResetAlignment)
ResetBackgroundColors Resets BackgroundColors to its default value.
(Inherited from UIControlFooter)
ResetFont Sets the Font to the default value.
(Inherited from UIControlFooter)
ResetForeColor Sets the ForeColor to the default value.
(Inherited from UIControlFooter)
ResetHeight Sets the Height to the default value.
(Inherited from UIControlFooter)
ResetMargins Sets the Margins to the default value.
(Inherited from UIControlFooter)
ResetText Sets the Text to the default value.
(Overrides UIControlFooterResetText)
ResetVisible Sets the Visible to the default value.
(Inherited from UIControl)
ShouldSerializeAlignment Indicates whether the Alignment property should be serialized by Visual Studio designer.
(Overrides UIControlFooterShouldSerializeAlignment)
ShouldSerializeBackgroundColors Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
(Inherited from UIControlFooter)
ShouldSerializeFont Indicates whether the Font property should be serialized by Visual Studio designer.
(Inherited from UIControlFooter)
ShouldSerializeForeColor Indicates whether the ForeColor property should be serialized by Visual Studio designer.
(Inherited from UIControlFooter)
ShouldSerializeHeight Indicates whether the Height property should be serialized by Visual Studio designer.
(Inherited from UIControlFooter)
ShouldSerializeMargins Indicates whether the Margins property should be serialized by Visual Studio designer.
(Inherited from UIControlFooter)
ShouldSerializeText Indicates whether the Text property should be serialized by Visual Studio designer.
(Overrides UIControlFooterShouldSerializeText)
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 UIControlFooterToString)

Events

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

See Also