UIControlFooter Class

The UIControl that draws the footer at the bottom part 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 UIControlFooter : UIControl
Inheritance
Object    UIControl    UIControlFooter
Derived

Constructors

UIControlFooter Creates an instance of UIControlFooter.

Properties

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