[]
Represents a ListGridLinesInfo class that defines list grid lines.
[TypeConverter(typeof(ListGridLineConverter))]
public class ListGridLinesInfo : ISerializable
<TypeConverter(GetType(ListGridLineConverter))>
Public Class ListGridLinesInfo
Implements ISerializable
Name | Description |
---|---|
ListGridLinesInfo() | Initializes a new instance of the ListGridLinesInfo class. |
ListGridLinesInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
HorizontalLines | Gets or sets the style for horizontal lines. |
VerticalLines | Gets or sets the style for vertical lines. |
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
ResetHorizontalLines() | Resets the horizontal lines to the default. |
ResetVerticalLines() | Resets the vertical lines to the default. |
ShouldSerializeHorizontalLines() | Specifies whether the horizontal lines should be serialized. |
ShouldSerializeVerticalLines() | Specifies whether the vertical lines should be serialized. |