[]
Represents the preview row information.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PreviewRowInfo : ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PreviewRowInfo
Implements ICanSerializeXml, ISerializeSupport
Name | Description |
---|---|
PreviewRowInfo() | Creates a set of preview row information. |
Name | Description |
---|---|
BackColor | Gets or sets the background color of the preview row information. |
Background | Gets or sets the background of the preview row information. |
Border | Gets or sets the border of the preview row information. |
CanSerializeXml | Gets whether the preview row information can be rendered with XML in its entirety without losing any information. |
CssClass | Gets or sets the CSS class name. |
Font | Gets or sets the font settings of the preview row information. |
ForeColor | Gets or sets the text color of the preview row information. |
HorizontalAlign | Gets or sets the horizontal alignment of the preview row information. |
IsEmpty | Gets a value that indicates whether this instance is empty. |
Margin | Gets or sets the margin. |
VerticalAlign | Gets or sets the vertical alignment of the preview row information. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the preview row information from XML. |
GetAppearance(Appearance) | Copies the appearance settings. |
Reset() | Resets the preview row information. |
Serialize(XmlTextWriter) | Saves the preview row information to XML. |