[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ColumnResizeSettings<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class ColumnResizeSettings| ColumnResizeSettings | Creates a new object of ColumnResizeSettings class. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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) |