KaxGridSerializeStyle Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SerializeStyle(
string name,
Style value,
Dictionary<string, Object> data
)
Public Sub SerializeStyle (
name As String,
value As Style,
data As Dictionary(Of String, Object)
)
public:
void SerializeStyle(
String^ name,
Style^ value,
Dictionary<String^, Object^>^ data
)
member SerializeStyle :
name : string *
value : Style *
data : Dictionary<string, Object> -> unit
Parameters
- name
- Type: SystemString
- value
- Type: System.Web.UI.WebControlsStyle
- data
- Type: System.Collections.GenericDictionaryString, Object
See Also