Objective Grid for Microsoft® .NET® Reference Guide

StyleBase.ApplyOGStyle Method 

Back to Class Index

Applies properties from the ItemOGStyle property to the target style.

[Visual Basic]
Overridable Public Sub ApplyOGStyle( _
   ByVal targetStyle As Style _
)
[C#]
public virtual void ApplyOGStyle(
   Style targetStyle
);

Parameters

targetStyle
Stingray.Grid.Style object to be modified.

Remarks

This method modifies only those properties of the targetStyle, wich are set in the ItemOGStyle properties.

See Also

StyleBase Class | StyleBase Members | Stingray.Grid Namespace