UIControl Class

The UIControl is the base class for other sub controls in DataGrid e.g. UIControlFooter, UIControlCells etc.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class UIControl : IDisposable, 
	INotifyPropertyChanged
Inheritance
Object    UIControl
Derived
Implements
INotifyPropertyChanged, IDisposable

Constructors

UIControl Creates an instance of UIControl class.

Properties

BackgroundColors Gets the BackgroundColors. Setter is ignored.
Visible Gets or sets the visibility of the UIControl.

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(Boolean) Disposes resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructs this object by calling its Dispose(Boolean) method.
(Overrides ObjectFinalize)
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.
ResetBackgroundColors Resets the BackgroundColors property to its default value.
ResetVisible Sets the Visible to the default value.
ShouldSerializeBackgroundColors Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
ShouldSerializeVisible Indicates whether the Visible property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Occurs when a property value changes.

See Also