DataGridRowStyle Class

Specifies the appearance, text formatting, and behavior of a DataGrid control Row. This class is abstract.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class DataGridRowStyle : INotifyPropertyChanged
Inheritance
Object    DataGridRowStyle
Implements
INotifyPropertyChanged

Constructors

DataGridRowStyle In a derived class, initializes a new instance of the DataGridRowStyle class.

Properties

BackColor Gets or sets the BackColor.
ForeColor Gets or sets the ForeColor of the Row.
Height Gets or sets the Height of the Row.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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.
ResetBackColor Sets the BackColor to the default value.
ResetForeColor Sets the ForeColor to the default value.
ResetHeight Sets the Height to the default value.
ShouldSerializeBackColor Indicates whether the BackColor 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Occurs when a property value changes.

See Also