ColumnResizeSettings Class

Represents settings for column resizing.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ColumnResizeSettings
Inheritance
Object    ColumnResizeSettings

Remarks

If column resizing is turned on, the user can use the mouse to resize the columns.

Constructors

ColumnResizeSettings Creates a new object of ColumnResizeSettings class.

Properties

LineColor Gets or sets the color of a line which is drawn by DataGrid when a column is being resized.
MinimumWidth Gets or sets the minimum width of a column.
ResizeEnabled Gets or sets whether resizing of columns by mouse is turned on or off.
Sensitivity Gets or sets how far in pixels the user can click from the border of a column to resize it.

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)
ResetColumnResizeSettings Resets ColumnResizeSettings to its default settings.
ResetLineColor Sets the LineColor to the default value.
ResetMinimumWidth Sets the MinimumWidth to the default value.
ResetResizeEnabled Sets the ResizeEnabled to the default value.
ResetSensitivity Sets the MinimumWidth to the default value.
ShouldSerializeLineColor Indicates whether the LineColor property should be serialized by Visual Studio designer.
ShouldSerializeMinimumWidth Indicates whether the MinimumWidth property should be serialized by Visual Studio designer.
ShouldSerializeResizeEnabled Indicates whether the ResizeEnabled property should be serialized by Visual Studio designer.
ShouldSerializeSensitivity Indicates whether the Sensitivity property should be serialized by Visual Studio designer.
ToString Creates a String representation of this object.
(Overrides ObjectToString)

See Also