public class RowStyle : ICloneable, IDisposable,
INotifyPropertyChangedPublic Class RowStyle
Implements ICloneable, IDisposable, INotifyPropertyChanged| RowStyle | Constructs a new RowStyle object. |
| RowStyle(RowStyle) | Copy constructor. |
| ItemStyles | Gets or sets ItemStyles in a row. |
| Name | Gets or sets the RosStyle's name for designer. |
| RepositionItemStylesOnHeightChange | Specifies whether the reposition of ItemStyles is allowed, based on their anchors. |
| RowHeight | Gets or sets the row's height. |
| ShowCursorInDesigner | Shows or hides the cursor in designer. |
| Clear | Clears the ItemStyles/>. |
| Clone | Clones the RowStyle object. |
| Dispose | Disposes all resources used by this object. |
| Dispose(Boolean) | Disposes unmanaged and possibly managed resources used by this object. |
| Equals | Determines 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) |
| 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) |
| OnPropertyChanged | Fires the PropertyChanged event. |
| Scale | Scales the RowStyle by a given factor. |
| ShouldSerializeName | Indicates whether the Name property should be persisted. |
| ShouldSerializeRepositionItemStylesOnHeightChange | Indicates whether the RepositionItemStylesOnHeightChange property should be persisted. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Fired whenever a value of a property of RowStyle changes. |