[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PreviewRowInfo

PreviewRowInfo Class

Represents information about preview row in the Spread component.

Inheritance
PreviewRowInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PreviewRowInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PreviewRowInfo
    Implements ISerializeSupport, ISerializable, INotifyPropertyChanged

Constructors

Name Description
PreviewRowInfo()

Initializes a new instance of the PreviewRowInfo class.

PreviewRowInfo(SerializationInfo, StreamingContext)

Creates a new instance of the PreviewRowInfo class from serialization.

Properties

Name Description
BackColor

Gets or sets the background color for preview row.

Border

Gets or sets the border for preview row.

ColumnIndex

Gets or sets the column index of preview row bound to.

Font

Gets or sets the font settings for preview row.

ForeColor

Gets or sets the text color for preview row.

Height

Gets or sets the height for preview row.

HorizontalAlignment

Gets or sets the horizontal alignment of the content for preview row.

Padding

Gets or sets the amount of spaces to preview row in pixels.

VerticalAlignment

Gets or sets the vertical alignment of the content for preview row.

Visible

Gets or sets a value indicating whether preview row is visible.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads preview row information from XML.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Reset()

Resets this instance to default value.

ResetBackColor()

Resets the BackColor property to its default value.

ResetBorder()

Resets the Border property to its default value.

ResetColumnIndex()

Resets the ColumnIndex property to its default value.

ResetFont()

Resets the Font property to its default value.

ResetForeColor()

Resets the ForeColor property to its default value.

ResetHeight()

Resets the Height property to its default value.

ResetHorizontalAlignment()

Resets the HorizontalAlignment property to its default value.

ResetPadding()

Resets the Padding property to its default value.

ResetVerticalAlignment()

Resets the VerticalAlignment property to its default value.

ResetVisible()

Resets the Visible property to its default value.

Serialize(XmlTextWriter)

Saves preview row information to XML.

Events

Name Description
PropertyChanged

Occurs when a property value changes.